summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c
index 1e031873c..1bc5d8b75 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -171,7 +171,7 @@ retry_select:
171 * stdin or channel data. 171 * stdin or channel data.
172 */ 172 */
173 if (compat20) { 173 if (compat20) {
174 // wrong: bad conditionXXX 174 /* wrong: bad condition XXX */
175 if (channel_not_very_much_buffered_data()) 175 if (channel_not_very_much_buffered_data())
176 FD_SET(connection_in, readset); 176 FD_SET(connection_in, readset);
177 } else { 177 } else {