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

Diff for /src/usr.bin/ssh/scp.c between version 1.163 and 1.164

version 1.163, 2008/06/13 18:55:22 version 1.164, 2008/10/10 04:55:16
Line 412 
Line 412 
         }          }
         /*          /*
          * Finally check the exit status of the ssh process, if one was forked           * Finally check the exit status of the ssh process, if one was forked
          * and no error has occured yet           * and no error has occurred yet
          */           */
         if (do_cmd_pid != -1 && errs == 0) {          if (do_cmd_pid != -1 && errs == 0) {
                 if (remin != -1)                  if (remin != -1)

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164