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

Diff for /src/usr.bin/ssh/sftp.c between version 1.7 and 1.8

version 1.7, 2001/02/08 00:04:52 version 1.8, 2001/02/28 05:36:28
Line 249 
Line 249 
         close(in);          close(in);
         close(out);          close(out);
   
         if (kill(sshpid, SIGHUP) == -1)  
                 fatal("Couldn't terminate ssh process: %s", strerror(errno));  
   
         if (waitpid(sshpid, NULL, 0) == -1)          if (waitpid(sshpid, NULL, 0) == -1)
                 fatal("Couldn't wait for ssh process: %s", strerror(errno));                  fatal("Couldn't wait for ssh process: %s", strerror(errno));
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8