diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.470 2018/01/23 05:06:25 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.471 2018/01/23 05:27:21 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1931,7 +1931,7 @@ ssh_session2(struct ssh *ssh, struct passwd *pw) | |||
1931 | if (options.control_persist && muxserver_sock == -1) | 1931 | if (options.control_persist && muxserver_sock == -1) |
1932 | ssh_init_stdio_forwarding(ssh); | 1932 | ssh_init_stdio_forwarding(ssh); |
1933 | 1933 | ||
1934 | if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) | 1934 | if (!no_shell_flag) |
1935 | id = ssh_session2_open(ssh); | 1935 | id = ssh_session2_open(ssh); |
1936 | else { | 1936 | else { |
1937 | packet_set_interactive( | 1937 | packet_set_interactive( |