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 16734875b..1cd0c55a4 100644
--- a/scp.c
+++ b/scp.c
@@ -71,7 +71,7 @@
71 */ 71 */
72 72
73#include "includes.h" 73#include "includes.h"
74RCSID("$OpenBSD: scp.c,v 1.105 2003/06/04 12:40:39 djm Exp $"); 74RCSID("$OpenBSD: scp.c,v 1.106 2003/06/12 15:34:09 nino Exp $");
75 75
76#include "xmalloc.h" 76#include "xmalloc.h"
77#include "atomicio.h" 77#include "atomicio.h"
@@ -151,7 +151,7 @@ do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
151 close(reserved[0]); 151 close(reserved[0]);
152 close(reserved[1]); 152 close(reserved[1]);
153 153
154 /* For a child to execute the command on the remote host using ssh. */ 154 /* Fork a child to execute the command on the remote host using ssh. */
155 do_cmd_pid = fork(); 155 do_cmd_pid = fork();
156 if (do_cmd_pid == 0) { 156 if (do_cmd_pid == 0) {
157 /* Child. */ 157 /* Child. */