summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-06-12 22:57:48 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-06-12 22:57:48 +0800
commit2e05a2b8c417a91b23e87b2291c4b10859b9d89e (patch)
treecd6c6590447470e6288ccd16c126b3bb49a60a2a
parentfc2c67e61c9bc14a3f1fe7931984544410369b3d (diff)
parentfdcd21e74ba7d3e3fe1b8e9810c2b6d45f534a18 (diff)
Merge pull request #11 from nshopik/patch-2
Prepend DROPBEAR for 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;