aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index c8333817..74238a1b 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3221,7 +3221,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
3221 ret = MHD_YES; 3221 ret = MHD_YES;
3222#ifdef EPOLL_SUPPORT 3222#ifdef EPOLL_SUPPORT
3223 if ( (! connection->suspended) && 3223 if ( (! connection->suspended) &&
3224 (0 != (daemon->options & MHD_USE_EPOLL)) 3224 (0 != (daemon->options & MHD_USE_EPOLL)) )
3225 { 3225 {
3226 ret = MHD_connection_epoll_update_ (connection); 3226 ret = MHD_connection_epoll_update_ (connection);
3227 } 3227 }