mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
uClinux ifdef was accidentally inverted
--HG-- extra : convert_revision : 0b32300bc2ad5a96be40f0e2b9815a8824c2c729
This commit is contained in:
2
scp.c
2
scp.c
@@ -200,7 +200,7 @@ do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
|
||||
#endif /* __uClinux__ */
|
||||
|
||||
/* Fork a child to execute the command on the remote host using ssh. */
|
||||
#ifndef __uClinux__
|
||||
#ifdef __uClinux__
|
||||
do_cmd_pid = vfork();
|
||||
#else
|
||||
do_cmd_pid = fork();
|
||||
|
||||
Reference in New Issue
Block a user