mirror of
https://github.com/clearml/dropbear
synced 2025-04-28 01:41:22 +00:00
oops, the fcntl() was commented out
--HG-- extra : convert_revision : 83838fc3cc5ef5a89614c05222cab621ede5cd4e
This commit is contained in:
parent
aba8a3e2d4
commit
f3761a3eda
@ -248,8 +248,7 @@ void cli_session_cleanup() {
|
|||||||
|
|
||||||
/* Set stdin back to non-blocking - busybox ash dies nastily
|
/* Set stdin back to non-blocking - busybox ash dies nastily
|
||||||
* if we don't revert the flags */
|
* if we don't revert the flags */
|
||||||
TRACE(("close stdincopy = %d", cli_ses.stdincopy));
|
fcntl(cli_ses.stdincopy, F_SETFL, cli_ses.stdinflags);
|
||||||
//fcntl(cli_ses.stdincopy, F_SETFL, cli_ses.stdinflags);
|
|
||||||
|
|
||||||
cli_tty_cleanup();
|
cli_tty_cleanup();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user