gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix bad FTBFS


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix bad FTBFS
Date: Sat, 07 Mar 2020 17:09:12 +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 63e39540 fix bad FTBFS
63e39540 is described below

commit 63e395407f6f1d9c0b09ca4d80279d4f51d85b9a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 7 17:05:04 2020 +0100

    fix bad FTBFS
---
 src/microhttpd/mhd_send.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 371da6c0..405fb3a6 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -167,7 +167,7 @@ post_cork_setsockopt (struct MHD_Connection *connection,
   case EINVAL:
     /* FIXME: optlen invalid, should at least log this, maybe die */
 #ifdef HAVE_MESSAGES
-    MHD_DLOG (daemon,
+    MHD_DLOG (connection->daemon,
               _ ("optlen invalid: %s\n"),
               MHD_socket_last_strerr_ ());
 #endif
@@ -175,7 +175,7 @@ post_cork_setsockopt (struct MHD_Connection *connection,
   case EFAULT:
     /* wopsie, should at leats log this, FIXME: maybe die */
 #ifdef HAVE_MESSAGES
-    MHD_DLOG (daemon,
+    MHD_DLOG (connection->daemon,
               _ (
                 "The addresss pointed to by optval is not a valid part of the 
process address space: %s\n"),
               MHD_socket_last_strerr_ ());
@@ -184,7 +184,7 @@ post_cork_setsockopt (struct MHD_Connection *connection,
   case ENOPROTOOPT:
     /* optlen unknown, should at least log this */
 #ifdef HAVE_MESSAGES
-    MHD_DLOG (daemon,
+    MHD_DLOG (connection->daemon,
               _ ("The option is unknown: %s\n"),
               MHD_socket_last_strerr_ ());
 #endif

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



reply via email to

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