[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.367 and 1.368

version 1.367, 2021/07/16 09:00:23 version 1.368, 2021/07/23 04:00:59
Line 108 
Line 108 
 /* import options */  /* import options */
 extern Options options;  extern Options options;
   
 /* Flag indicating that stdin should be redirected from /dev/null. */  
 extern int stdin_null_flag;  
   
 /* Flag indicating that ssh should daemonise after authentication is complete */  /* Flag indicating that ssh should daemonise after authentication is complete */
 extern int fork_after_authentication_flag;  extern int fork_after_authentication_flag;
   

Legend:
Removed from v.1.367  
changed lines
  Added in v.1.368