Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
5abe22d1
Commit
5abe22d1
authored
Mar 31, 2013
by
Matt Johnston
Browse files
Fix incorrect logic for USE_VFORK and calling arg_setup()
parent
f6b30425
Changes
1
Hide whitespace changes
Inline
Side-by-side
scp.c
View file @
5abe22d1
...
...
@@ -230,7 +230,7 @@ do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
close
(
pin
[
0
]);
close
(
pout
[
1
]);
#ifdef USE_VFORK
#if
n
def USE_VFORK
arg_setup
(
host
,
remuser
,
cmd
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment