summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-01-14 15:07:14 +0000
committerColin Watson <cjwatson@debian.org>2016-01-14 15:07:14 +0000
commiteeff4de96f5d7365750dc56912c2c62b5c28db6b (patch)
tree87e6ba5620716a6a9c1cbf84786d81cf7373ad43 /ssh.c
parent651211fd4a199b299540c00c54a46e27fadb04be (diff)
parentc88ac102f0eb89f2eaa314cb2e2e0ca3c890c443 (diff)
Import openssh_7.1p2.orig.tar.gz
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssh.c b/ssh.c
index 59c1f931c..67c1ebfa2 100644
--- a/ssh.c
+++ b/ssh.c
@@ -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}