changeset 100:c72f5c10125d

oops, the fcntl() was commented out
author Matt Johnston <matt@ucc.asn.au>
date Mon, 23 Aug 2004 02:46:24 +0000
parents 0247fbd9379d
children 72dc22f56858
files cli-session.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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();