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 1b894233..cb5085b3 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1841,7 +1841,7 @@ MHD_accept_connection (struct MHD_Daemon *daemon)
1841 } 1841 }
1842 return MHD_NO; 1842 return MHD_NO;
1843 } 1843 }
1844#if !defined(HAVE_ACCEPT4) || !defined(HAVE_SOCK_NONBLOCK) || SOCK_CLOEXEC+0 == 0 1844#if !defined(HAVE_ACCEPT4) || HAVE_ACCEPT4+0 == 0 || !defined(HAVE_SOCK_NONBLOCK) || SOCK_CLOEXEC+0 == 0
1845 make_nonblocking_noninheritable (daemon, s); 1845 make_nonblocking_noninheritable (daemon, s);
1846#endif 1846#endif
1847#if HAVE_MESSAGES 1847#if HAVE_MESSAGES