diff options
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scp.c,v 1.163 2008/06/13 18:55:22 dtucker Exp $ */ | 1 | /* $OpenBSD: scp.c,v 1.164 2008/10/10 04:55:16 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * scp - secure remote copy. This is basically patched BSD rcp which | 3 | * scp - secure remote copy. This is basically patched BSD rcp which |
4 | * uses ssh to do the data transfer (instead of using rcmd). | 4 | * uses ssh to do the data transfer (instead of using rcmd). |
@@ -434,7 +434,7 @@ main(int argc, char **argv) | |||
434 | } | 434 | } |
435 | /* | 435 | /* |
436 | * Finally check the exit status of the ssh process, if one was forked | 436 | * Finally check the exit status of the ssh process, if one was forked |
437 | * and no error has occured yet | 437 | * and no error has occurred yet |
438 | */ | 438 | */ |
439 | if (do_cmd_pid != -1 && errs == 0) { | 439 | if (do_cmd_pid != -1 && errs == 0) { |
440 | if (remin != -1) | 440 | if (remin != -1) |