diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/readconf.c b/readconf.c index 1d03bdf72..cd014821a 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1660,7 +1660,7 @@ initialize_options(Options * options) | |||
1660 | options->tun_remote = -1; | 1660 | options->tun_remote = -1; |
1661 | options->local_command = NULL; | 1661 | options->local_command = NULL; |
1662 | options->permit_local_command = -1; | 1662 | options->permit_local_command = -1; |
1663 | options->use_roaming = -1; | 1663 | options->use_roaming = 0; |
1664 | options->visual_host_key = -1; | 1664 | options->visual_host_key = -1; |
1665 | options->ip_qos_interactive = -1; | 1665 | options->ip_qos_interactive = -1; |
1666 | options->ip_qos_bulk = -1; | 1666 | options->ip_qos_bulk = -1; |
@@ -1833,8 +1833,7 @@ fill_default_options(Options * options) | |||
1833 | options->tun_remote = SSH_TUNID_ANY; | 1833 | options->tun_remote = SSH_TUNID_ANY; |
1834 | if (options->permit_local_command == -1) | 1834 | if (options->permit_local_command == -1) |
1835 | options->permit_local_command = 0; | 1835 | options->permit_local_command = 0; |
1836 | if (options->use_roaming == -1) | 1836 | options->use_roaming = 0; |
1837 | options->use_roaming = 1; | ||
1838 | if (options->visual_host_key == -1) | 1837 | if (options->visual_host_key == -1) |
1839 | options->visual_host_key = 0; | 1838 | options->visual_host_key = 0; |
1840 | if (options->ip_qos_interactive == -1) | 1839 | if (options->ip_qos_interactive == -1) |