diff options
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c index 4ae02fd10..ab7472b77 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: serverloop.c,v 1.56 2001/04/04 14:34:58 markus Exp $"); | 38 | RCSID("$OpenBSD: serverloop.c,v 1.57 2001/04/04 20:25:37 markus Exp $"); |
39 | 39 | ||
40 | #include "xmalloc.h" | 40 | #include "xmalloc.h" |
41 | #include "packet.h" | 41 | #include "packet.h" |
@@ -194,7 +194,7 @@ wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, | |||
194 | retry_select: | 194 | retry_select: |
195 | 195 | ||
196 | /* Allocate and update select() masks for channel descriptors. */ | 196 | /* Allocate and update select() masks for channel descriptors. */ |
197 | channel_prepare_select(readsetp, writesetp, maxfdp); | 197 | channel_prepare_select(readsetp, writesetp, maxfdp, 0); |
198 | 198 | ||
199 | if (compat20) { | 199 | if (compat20) { |
200 | /* wrong: bad condition XXX */ | 200 | /* wrong: bad condition XXX */ |