diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 15d58e55..bd5244b1 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -4607,8 +4607,7 @@ setup_epoll_to_listen (struct MHD_Daemon *daemon) | |||
4607 | #endif | 4607 | #endif |
4608 | return MHD_NO; | 4608 | return MHD_NO; |
4609 | } | 4609 | } |
4610 | if ( (MHD_ITC_IS_VALID_(daemon->itc)) && | 4610 | if (MHD_ITC_IS_VALID_(daemon->itc)) |
4611 | (MHD_USE_SUSPEND_RESUME == (daemon->options & MHD_USE_SUSPEND_RESUME)) ) | ||
4612 | { | 4611 | { |
4613 | event.events = EPOLLIN; | 4612 | event.events = EPOLLIN; |
4614 | event.data.ptr = NULL; | 4613 | event.data.ptr = NULL; |