summaryrefslogtreecommitdiffstats
path: root/serverloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 07:01:16 +0200
committerDamien Miller <djm@mindrot.org>2001-10-10 07:01:16 +0200
commitaf5f2e641c2a204943df3895a612ce334195def5 (patch)
tree7ec8a0cc10189d35d4dea245c2b2774382f29a16 /serverloop.c
parent - markus@cvs.openbsd.org 2001/10/04 14:34:16 (diff)
downloadopenssh-af5f2e641c2a204943df3895a612ce334195def5.tar.xz
openssh-af5f2e641c2a204943df3895a612ce334195def5.zip
- markus@cvs.openbsd.org 2001/10/04 15:05:40
[channels.c serverloop.c] comment out bogus conditions for selecting on connection_in
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c
index d6089d822..049ea4e46 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.77 2001/09/17 21:04:02 markus Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.78 2001/10/04 15:05:40 markus Exp $");
#include "xmalloc.h"
#include "packet.h"
@@ -196,9 +196,11 @@ retry_select:
channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0);
if (compat20) {
+#if 0
/* wrong: bad condition XXX */
if (channel_not_very_much_buffered_data())
- FD_SET(connection_in, *readsetp);
+#endif
+ FD_SET(connection_in, *readsetp);
} else {
/*
* Read packets from the client unless we have too much