gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed typo in 4a126e


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed typo in 4a126e24e7b780c3ad0196b72f813ce4a90215e3
Date: Sun, 26 Nov 2017 17:38:32 +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 d178fff3 Fixed typo in 4a126e24e7b780c3ad0196b72f813ce4a90215e3
d178fff3 is described below

commit d178fff343cdde062179d70d53cf7f778563ab1e
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Nov 26 19:38:06 2017 +0300

    Fixed typo in 4a126e24e7b780c3ad0196b72f813ce4a90215e3
---
 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 794acfbd..b1c7e88d 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5489,7 +5489,7 @@ MHD_start_daemon_va (unsigned int flags,
       /* Apply the socket options according to listening_address_reuse. */
       if (0 == daemon->listening_address_reuse)
         {
-#ifdef MHD_WINSOCK_SOCKETS
+#ifndef MHD_WINSOCK_SOCKETS
           /* No user requirement, use "traditional" default SO_REUSEADDR
            * on non-W32 platforms, and do not fail if it doesn't work.
            * Don't use it on W32, because on W32 it will allow multiple

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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