]> andersk Git - openssh.git/blobdiff - clientloop.c
- djm@cvs.openbsd.org 2005/10/10 10:23:08
[openssh.git] / clientloop.c
index da5bfd7bd19bfb1cba75d822dded6b27e11cd65a..fed684956354f9e38e245df7efcd47154abcd40f 100644 (file)
@@ -59,7 +59,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.142 2005/09/09 19:18:05 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.143 2005/10/10 10:23:08 djm Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -1379,7 +1379,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
                            simple_escape_filter);
                if (session_ident != -1)
                        channel_register_cleanup(session_ident,
-                           client_channel_closed);
+                           client_channel_closed, 0);
        } else {
                /* Check if we should immediately send eof on stdin. */
                client_check_initial_eof_on_stdin();
This page took 0.614283 seconds and 4 git commands to generate.