[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.48 and 1.49

version 1.48, 2004/06/03 12:22:20 version 1.49, 2004/06/18 06:13:25
Line 1270 
Line 1270 
                  * kill it too                   * kill it too
                  */                   */
                 signal(SIGINT, SIG_IGN);                  signal(SIGINT, SIG_IGN);
                 execv(path, args);                  execvp(path, args);
                 fprintf(stderr, "exec: %s: %s\n", path, strerror(errno));                  fprintf(stderr, "exec: %s: %s\n", path, strerror(errno));
                 _exit(1);                  _exit(1);
         }          }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49