summaryrefslogtreecommitdiffhomepage
path: root/scp.c
diff options
context:
space:
mode:
authorNikolay Shopik <shopik@inblock.ru>2015-03-12 15:14:47 +0300
committerNikolay Shopik <shopik@inblock.ru>2015-03-12 15:14:47 +0300
commitfdcd21e74ba7d3e3fe1b8e9810c2b6d45f534a18 (patch)
tree3bcadfc47a07a08bb9253c898089ccde15147c86 /scp.c
parent67b4fa313e3bdba832574c6108593705136158da (diff)
Prepend DROPBEAR for scp.c
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index 710d9d2..5a71292 100644
--- a/scp.c
+++ b/scp.c
@@ -96,7 +96,7 @@ int verbose_mode = 0;
int showprogress = 1;
/* This is the program to execute for the secured connection. ("ssh" or -S) */
-char *ssh_program = _PATH_SSH_PROGRAM;
+char *ssh_program = DROPBEAR_PATH_SSH_PROGRAM;
/* This is used to store the pid of ssh_program */
pid_t do_cmd_pid = -1;