diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 6a92e733..3d96150d 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -3684,7 +3684,7 @@ MHD_accept_connection (struct MHD_Daemon *daemon) | |||
3684 | 3684 | ||
3685 | #ifdef USE_ACCEPT4 | 3685 | #ifdef USE_ACCEPT4 |
3686 | s = accept4 (fd, | 3686 | s = accept4 (fd, |
3687 | &addrstorage, | 3687 | (struct sockaddr *) &addrstorage, |
3688 | &addrlen, | 3688 | &addrlen, |
3689 | SOCK_CLOEXEC_OR_ZERO | SOCK_NONBLOCK_OR_ZERO | 3689 | SOCK_CLOEXEC_OR_ZERO | SOCK_NONBLOCK_OR_ZERO |
3690 | | SOCK_NOSIGPIPE_OR_ZERO); | 3690 | | SOCK_NOSIGPIPE_OR_ZERO); |