changeset 1126:2dee3eef5344

Prepend DROPBEAR for scp.c
author Nikolay Shopik <shopik@inblock.ru>
date Thu, 12 Mar 2015 15:14:47 +0300
parents cce03ea8e6eb
children b803ad2b9f4c
files scp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scp.c	Wed Mar 11 23:10:27 2015 +0800
+++ b/scp.c	Thu Mar 12 15:14:47 2015 +0300
@@ -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;