Prepend DROPBEAR for scp.c

This commit is contained in:
Nikolay Shopik 2015-03-12 15:14:47 +03:00
parent 67b4fa313e
commit fdcd21e74b

2
scp.c
View File

@ -96,7 +96,7 @@ int verbose_mode = 0;
int showprogress = 1; int showprogress = 1;
/* This is the program to execute for the secured connection. ("ssh" or -S) */ /* 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 */ /* This is used to store the pid of ssh_program */
pid_t do_cmd_pid = -1; pid_t do_cmd_pid = -1;