File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1723,7 +1723,7 @@ initialize_options(Options * options)
1723
1723
options -> tun_remote = -1 ;
1724
1724
options -> local_command = NULL ;
1725
1725
options -> permit_local_command = -1 ;
1726
- options -> use_roaming = -1 ;
1726
+ options -> use_roaming = 0 ;
1727
1727
options -> visual_host_key = -1 ;
1728
1728
options -> ip_qos_interactive = -1 ;
1729
1729
options -> ip_qos_bulk = -1 ;
@@ -1941,8 +1941,7 @@ void fill_default_options(Options * options, struct passwd *pw)
1941
1941
options -> tun_remote = SSH_TUNID_ANY ;
1942
1942
if (options -> permit_local_command == -1 )
1943
1943
options -> permit_local_command = 0 ;
1944
- if (options -> use_roaming == -1 )
1945
- options -> use_roaming = 1 ;
1944
+ options -> use_roaming = 0 ;
1946
1945
if (options -> visual_host_key == -1 )
1947
1946
options -> visual_host_key = 0 ;
1948
1947
if (options -> ip_qos_interactive == -1 )
Original file line number Diff line number Diff line change @@ -2163,8 +2163,6 @@ ssh_session2(void)
2163
2163
fork_postauth ();
2164
2164
}
2165
2165
2166
- if (options .use_roaming )
2167
- request_roaming ();
2168
2166
2169
2167
return client_loop (tty_flag , tty_flag ?
2170
2168
options .escape_char : SSH_ESCAPECHAR_NONE , id );
You can’t perform that action at this time.
0 commit comments