# HG changeset patch # User Matt Johnston # Date 1093229184 0 # Node ID c72f5c10125ddc98628054cc7cf3d3058eb2389e # Parent 0247fbd9379df9376ba24d8c3da027b70dcba078 oops, the fcntl() was commented out diff -r 0247fbd9379d -r c72f5c10125d cli-session.c --- a/cli-session.c Sun Aug 22 09:23:59 2004 +0000 +++ b/cli-session.c Mon Aug 23 02:46:24 2004 +0000 @@ -248,8 +248,7 @@ /* Set stdin back to non-blocking - busybox ash dies nastily * 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();