aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 9e9c0d73..ab5e3750 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -2031,9 +2031,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
2031 } 2031 }
2032#endif /* MHD_socket_nosignal_ */ 2032#endif /* MHD_socket_nosignal_ */
2033 if (MHD_D_IS_USING_SELECT_ (daemon) && 2033 if (MHD_D_IS_USING_SELECT_ (daemon) &&
2034 (! MHD_D_DOES_SCKT_FIT_FDSET_ (sv[1], \ 2034 (! MHD_D_DOES_SCKT_FIT_FDSET_ (sv[1], daemon)) )
2035 NULL, \
2036 daemon)) )
2037 { 2035 {
2038#ifdef HAVE_MESSAGES 2036#ifdef HAVE_MESSAGES
2039 MHD_DLOG (daemon, 2037 MHD_DLOG (daemon,