gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Correction for 4a169d0cffaa69ed22


From: gnunet
Subject: [libmicrohttpd] branch master updated: Correction for 4a169d0cffaa69ed22ddd6cca721b43c7599df6c
Date: Sat, 24 Dec 2022 16:27:22 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 0c4ef0dd Correction for 4a169d0cffaa69ed22ddd6cca721b43c7599df6c
0c4ef0dd is described below

commit 0c4ef0dd38ab3ddaa9e2cb1d2a04b5c8e9f04cd8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Dec 24 18:27:01 2022 +0300

    Correction for 4a169d0cffaa69ed22ddd6cca721b43c7599df6c
---
 src/microhttpd/daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 746d9493..9a9367bd 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7608,7 +7608,7 @@ MHD_start_daemon_va (unsigned int flags,
     listen_fd = daemon->listen_fd;
   }
 
-#ifdef HAVE_GETSOCKNAME
+#ifdef MHD_USE_GETSOCKNAME
   if ( (0 == daemon->port) &&
        (0 == (*pflags & MHD_USE_NO_LISTEN_SOCKET)) )
   {   /* Get port number. */
@@ -7686,7 +7686,7 @@ MHD_start_daemon_va (unsigned int flags,
       }
     }
   }
-#endif /* HAVE_GETSOCKNAME */
+#endif /* MHD_USE_GETSOCKNAME */
 
   if (MHD_INVALID_SOCKET != listen_fd)
   {

-- 
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]