[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.380 and 1.381

version 1.380, 2013/07/20 01:44:37 version 1.381, 2013/07/25 00:29:10
Line 971 
Line 971 
                 if (devnull > STDERR_FILENO)                  if (devnull > STDERR_FILENO)
                         close(devnull);                          close(devnull);
         }          }
           daemon(1, 1);
         setproctitle("%s [mux]", options.control_path);          setproctitle("%s [mux]", options.control_path);
 }  }
   

Legend:
Removed from v.1.380  
changed lines
  Added in v.1.381