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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 32334621..5dc92e13 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2176,8 +2176,7 @@ thread_main_handle_connection (void *data)
2176 call_handlers (con, 2176 call_handlers (con,
2177 (0 != (p[0].revents & POLLIN)), 2177 (0 != (p[0].revents & POLLIN)),
2178 (0 != (p[0].revents & POLLOUT)), 2178 (0 != (p[0].revents & POLLOUT)),
2179 (0 != (p[0].revents & (POLLERR 2179 (0 != (p[0].revents & MHD_POLL_REVENTS_ERR_DISC)) ))
2180 | MHD_POLL_REVENTS_ERR_DISC))) ))
2181 goto exit; 2180 goto exit;
2182 } 2181 }
2183#endif 2182#endif