gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix #6025


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix #6025
Date: Fri, 07 Feb 2020 14:22:34 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 94e8d665 fix #6025
94e8d665 is described below

commit 94e8d665a1c1d84f1ea67f7e6499bd7b37cb2c46
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Feb 7 14:18:49 2020 +0100

    fix #6025
---
 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 c879a2df..516b432e 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3281,8 +3281,8 @@ MHD_accept_connection (struct MHD_Daemon *daemon)
     MHD_DLOG (daemon,
               _ ("Failed to disable TCP Nagle on socket: %s\n"),
               MHD_socket_last_strerr_ ());
-  }
 #endif
+  }
 #endif
 #if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK)
   if (! MHD_socket_nonblocking_ (s))

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



reply via email to

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