Mercurial > dropbear
changeset 1127:b803ad2b9f4c
Merge pull request #11 from nshopik/patch-2
Prepend DROPBEAR for scp.c
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 12 Jun 2015 22:57:48 +0800 |
parents | 7cb1f49d89a8 (current diff) 2dee3eef5344 (diff) |
children | a9e074b78cd5 45830474d83c |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scp.c Fri Jun 12 22:55:10 2015 +0800 +++ b/scp.c Fri Jun 12 22:57:48 2015 +0800 @@ -96,7 +96,7 @@ 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;