gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Added missing macro rename


From: gnunet
Subject: [libmicrohttpd] branch master updated: Added missing macro rename
Date: Thu, 03 Dec 2020 18:17:10 +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 47ec146c Added missing macro rename
47ec146c is described below

commit 47ec146ce3d848bc91e5cbb6e5509584025f9763
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Dec 3 20:16:36 2020 +0300

    Added missing macro rename
    
    Introduced by c900f818ca43368c6e6f27161af7158e51e8fb59
---
 src/microhttpd/mhd_sockets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index d5da49bd..c5c6f90d 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -615,7 +615,7 @@ MHD_socket_create_listen_ (int pf)
 #if defined(MHD_socket_nosignal_)
   if ( (! nosigpipe_set) &&
        (0 == MHD_socket_nosignal_ (fd)) &&
-       (0 == MAYBE_MSG_NOSIGNAL) )
+       (0 == MSG_NOSIGNAL_OR_ZERO) )
   {
     /* SIGPIPE disable is possible on this platform
      * (so application expect that it will be disabled),

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