diff options
author | Nikolay Shopik <shopik@inblock.ru> | 2015-03-12 15:14:47 +0300 |
---|---|---|
committer | Nikolay Shopik <shopik@inblock.ru> | 2015-03-12 15:14:47 +0300 |
commit | fdcd21e74ba7d3e3fe1b8e9810c2b6d45f534a18 (patch) | |
tree | 3bcadfc47a07a08bb9253c898089ccde15147c86 /scp.c | |
parent | 67b4fa313e3bdba832574c6108593705136158da (diff) |
Prepend DROPBEAR for scp.c
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |