aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 91e281e5..6e97085b 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5383,7 +5383,7 @@ MHD_start_daemon_va (unsigned int flags,
5383 } 5383 }
5384 } 5384 }
5385 if ( (0 == (flags & (MHD_USE_POLL | MHD_USE_EPOLL))) && 5385 if ( (0 == (flags & (MHD_USE_POLL | MHD_USE_EPOLL))) &&
5386 (! MHD_SCKT_FD_FITS_FDSET_(MHD_itc_r_fd_ (daemon->itc), 5386 (! MHD_SCKT_FD_FITS_FDSET_(MHD_itc_r_fd_ (d->itc),
5387 NULL)) ) 5387 NULL)) )
5388 { 5388 {
5389#ifdef HAVE_MESSAGES 5389#ifdef HAVE_MESSAGES