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 c879a2df..516b432e 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3281,8 +3281,8 @@ MHD_accept_connection (struct MHD_Daemon *daemon)
3281 MHD_DLOG (daemon, 3281 MHD_DLOG (daemon,
3282 _ ("Failed to disable TCP Nagle on socket: %s\n"), 3282 _ ("Failed to disable TCP Nagle on socket: %s\n"),
3283 MHD_socket_last_strerr_ ()); 3283 MHD_socket_last_strerr_ ());
3284 }
3285#endif 3284#endif
3285 }
3286#endif 3286#endif
3287#if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK) 3287#if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK)
3288 if (! MHD_socket_nonblocking_ (s)) 3288 if (! MHD_socket_nonblocking_ (s))