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

Diff for /src/usr.bin/ssh/ssh.c between version 1.361 and 1.362

version 1.361, 2011/05/24 07:15:47 version 1.362, 2011/06/03 00:54:38
Line 943 
Line 943 
                 if (devnull > STDERR_FILENO)                  if (devnull > STDERR_FILENO)
                         close(devnull);                          close(devnull);
         }          }
           setproctitle("%s [mux]", options.control_path);
 }  }
   
 /* Do fork() after authentication. Used by "ssh -f" */  /* Do fork() after authentication. Used by "ssh -f" */

Legend:
Removed from v.1.361  
changed lines
  Added in v.1.362