[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.320 and 1.321

version 1.320, 2020/06/26 04:45:11 version 1.321, 2020/07/03 06:46:41
Line 1209 
Line 1209 
          */           */
         endpwent();          endpwent();
   
           /* Stop directing logs to a high-numbered fd before we close it */
           log_redirect_stderr_to(NULL);
   
         /*          /*
          * Close any extra open file descriptors so that we don't have them           * Close any extra open file descriptors so that we don't have them
          * hanging around in clients.  Note that we want to do this after           * hanging around in clients.  Note that we want to do this after

Legend:
Removed from v.1.320  
changed lines
  Added in v.1.321