[BACK]Return to clientloop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/clientloop.c between version 1.142 and 1.143

version 1.142, 2005/09/09 19:18:05 version 1.143, 2005/10/10 10:23:08
Line 1379 
Line 1379 
                             simple_escape_filter);                              simple_escape_filter);
                 if (session_ident != -1)                  if (session_ident != -1)
                         channel_register_cleanup(session_ident,                          channel_register_cleanup(session_ident,
                             client_channel_closed);                              client_channel_closed, 0);
         } else {          } else {
                 /* Check if we should immediately send eof on stdin. */                  /* Check if we should immediately send eof on stdin. */
                 client_check_initial_eof_on_stdin();                  client_check_initial_eof_on_stdin();

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143