diff options
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 | } |