gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: try to fix OS X issue (#6090)


From: gnunet
Subject: [libmicrohttpd] branch master updated: try to fix OS X issue (#6090)
Date: Thu, 05 Mar 2020 16:53:23 +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 67de6767 try to fix OS X issue  (#6090)
67de6767 is described below

commit 67de676736d3170a7a6e6465b8178115b7392b54
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 5 16:49:16 2020 +0100

    try to fix OS X issue  (#6090)
---
 src/microhttpd/mhd_sockets.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index 1448341a..a52d5eb5 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -608,8 +608,8 @@ MHD_socket_create_listen_ (int pf)
     return MHD_INVALID_SOCKET;
 
 #if defined(MHD_socket_nosignal_)
-  if ( ( (! nosigpipe_set)
-         || (! MHD_socket_nosignal_ (fd)) ) &&
+  if ( (! nosigpipe_set) &&
+       (0 == MHD_socket_nosignal_ (fd)) &&
        (0 == MAYBE_MSG_NOSIGNAL) )
   {
     /* SIGPIPE disable is possible on this platform

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



reply via email to

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