diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 2d9de7ac..4fe80f23 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -3030,6 +3030,7 @@ MHD_start_daemon_va (unsigned int flags, | |||
3030 | } | 3030 | } |
3031 | #ifndef WINDOWS | 3031 | #ifndef WINDOWS |
3032 | if ( (0 == (flags & MHD_USE_POLL)) && | 3032 | if ( (0 == (flags & MHD_USE_POLL)) && |
3033 | (1 == use_pipe) && | ||
3033 | (daemon->wpipe[0] >= FD_SETSIZE) ) | 3034 | (daemon->wpipe[0] >= FD_SETSIZE) ) |
3034 | { | 3035 | { |
3035 | #if HAVE_MESSAGES | 3036 | #if HAVE_MESSAGES |