[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.318 and 1.319

version 1.318, 2020/01/23 07:10:22 version 1.319, 2020/03/13 03:17:07
Line 850 
Line 850 
   
 #ifdef GSSAPI  #ifdef GSSAPI
         /* Allow any GSSAPI methods that we've used to alter          /* Allow any GSSAPI methods that we've used to alter
          * the childs environment as they see fit           * the child's environment as they see fit
          */           */
         ssh_gssapi_do_child(&env, &envsize);          ssh_gssapi_do_child(&env, &envsize);
 #endif  #endif
Line 2085 
Line 2085 
         /*          /*
          * 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 child sessions close their fds.
          */           */
         channel_register_cleanup(ssh, c->self, session_close_by_channel, 1);          channel_register_cleanup(ssh, c->self, session_close_by_channel, 1);
   

Legend:
Removed from v.1.318  
changed lines
  Added in v.1.319