summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index e2eee035d..3b7ca5a8d 100644
--- a/scp.c
+++ b/scp.c
@@ -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).
@@ -442,7 +442,7 @@ main(int argc, char **argv)
442 } 442 }
443 /* 443 /*
444 * Finally check the exit status of the ssh process, if one was forked 444 * Finally check the exit status of the ssh process, if one was forked
445 * and no error has occured yet 445 * and no error has occurred yet
446 */ 446 */
447 if (do_cmd_pid != -1 && errs == 0) { 447 if (do_cmd_pid != -1 && errs == 0) {
448 if (remin != -1) 448 if (remin != -1)