diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c index da5bfd7bd..fed684956 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -59,7 +59,7 @@ | |||
59 | */ | 59 | */ |
60 | 60 | ||
61 | #include "includes.h" | 61 | #include "includes.h" |
62 | RCSID("$OpenBSD: clientloop.c,v 1.142 2005/09/09 19:18:05 markus Exp $"); | 62 | RCSID("$OpenBSD: clientloop.c,v 1.143 2005/10/10 10:23:08 djm Exp $"); |
63 | 63 | ||
64 | #include "ssh.h" | 64 | #include "ssh.h" |
65 | #include "ssh1.h" | 65 | #include "ssh1.h" |
@@ -1379,7 +1379,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id) | |||
1379 | simple_escape_filter); | 1379 | simple_escape_filter); |
1380 | if (session_ident != -1) | 1380 | if (session_ident != -1) |
1381 | channel_register_cleanup(session_ident, | 1381 | channel_register_cleanup(session_ident, |
1382 | client_channel_closed); | 1382 | client_channel_closed, 0); |
1383 | } else { | 1383 | } else { |
1384 | /* Check if we should immediately send eof on stdin. */ | 1384 | /* Check if we should immediately send eof on stdin. */ |
1385 | client_check_initial_eof_on_stdin(); | 1385 | client_check_initial_eof_on_stdin(); |