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

Diff for /src/usr.bin/ssh/session.c between version 1.198 and 1.199

version 1.198, 2006/03/19 18:51:18 version 1.199, 2006/03/19 18:53:12
Line 1818 
Line 1818 
   
         /*          /*
          * Adjust cleanup callback attachment to send close messages when           * Adjust cleanup callback attachment to send close messages when
          * the channel gets EOF. The session will be then be closed           * the channel gets EOF. The session will be then be closed
          * by session_close_by_channel when the childs close their fds.           * by session_close_by_channel when the childs close their fds.
          */           */
         channel_register_cleanup(c->self, session_close_by_channel, 1);          channel_register_cleanup(c->self, session_close_by_channel, 1);

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199