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

Diff for /src/usr.bin/ssh/sshd.c between version 1.112 and 1.113

version 1.112, 2000/05/01 18:50:59 version 1.113, 2000/05/01 20:34:51
Line 186 
Line 186 
 {  {
         log("Received signal %d; terminating.", sig);          log("Received signal %d; terminating.", sig);
         close_listen_socks();          close_listen_socks();
           unlink(options.pid_file);
         exit(255);          exit(255);
 }  }
   

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113