commit 47ec146ce3d848bc91e5cbb6e5509584025f9763
parent b9e0a0ac45e195288dc1da99a8a68574d6255c03
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 3 Dec 2020 20:16:36 +0300
Added missing macro rename
Introduced by c900f818ca43368c6e6f27161af7158e51e8fb59
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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),