gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/02: daemon: added missing cast, fixed regression intr


From: gnunet
Subject: [libmicrohttpd] 01/02: daemon: added missing cast, fixed regression introduced by 25863e1c897b63eb56d248fde9634d0477ca8830
Date: Tue, 16 Aug 2022 09:20:18 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b7e0c47e2390d4aacce85b95655f9ccf313dfdf8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Aug 16 10:17:57 2022 +0300

    daemon: added missing cast, fixed regression introduced by 
25863e1c897b63eb56d248fde9634d0477ca8830
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 
 #ifdef USE_ACCEPT4
   s = accept4 (fd,
-               &addrstorage,
+               (struct sockaddr *) &addrstorage,
                &addrlen,
                SOCK_CLOEXEC_OR_ZERO | SOCK_NONBLOCK_OR_ZERO
                | SOCK_NOSIGPIPE_OR_ZERO);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]