mirror of
https://github.com/clearml/dropbear
synced 2025-02-02 03:43:53 +00:00
commit
2e05a2b8c4
2
scp.c
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user