mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
daemon: added missing cast, fixed regression introduced by 25863e1c89
This commit is contained in:
@@ -3684,7 +3684,7 @@ MHD_accept_connection (struct MHD_Daemon *daemon)
|
||||
|
||||
#ifdef USE_ACCEPT4
|
||||
s = accept4 (fd,
|
||||
&addrstorage,
|
||||
(struct sockaddr *) &addrstorage,
|
||||
&addrlen,
|
||||
SOCK_CLOEXEC_OR_ZERO | SOCK_NONBLOCK_OR_ZERO
|
||||
| SOCK_NOSIGPIPE_OR_ZERO);
|
||||
|
||||
Reference in New Issue
Block a user