diff options
author | Damien Miller <djm@mindrot.org> | 2016-01-14 11:02:58 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-01-14 12:10:43 +1100 |
commit | 6b33763242c063e4e0593877e835eeb1fd1b60aa (patch) | |
tree | 683a89d82f9d4d897ffe0ffe5d08b21bcd614f95 /ssh.c | |
parent | 34d364f0d2e1e30a444009f0e04299bb7c94ba13 (diff) |
forcibly disable roaming support in the client
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1932,9 +1932,6 @@ ssh_session2(void) | |||
1932 | fork_postauth(); | 1932 | fork_postauth(); |
1933 | } | 1933 | } |
1934 | 1934 | ||
1935 | if (options.use_roaming) | ||
1936 | request_roaming(); | ||
1937 | |||
1938 | return client_loop(tty_flag, tty_flag ? | 1935 | return client_loop(tty_flag, tty_flag ? |
1939 | options.escape_char : SSH_ESCAPECHAR_NONE, id); | 1936 | options.escape_char : SSH_ESCAPECHAR_NONE, id); |
1940 | } | 1937 | } |