gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/10: connection_close_error(): fixed set of error flag


From: gnunet
Subject: [libmicrohttpd] 03/10: connection_close_error(): fixed set of error flag with messages disabled
Date: Wed, 29 Sep 2021 19:52:45 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 4e01fd656aba4156d63e5a33e671dcfa8d8a8783
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 29 16:14:12 2021 +0300

    connection_close_error(): fixed set of error flag with messages disabled
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index cea30896..65aa0842 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -901,8 +901,8 @@ static void
 connection_close_error (struct MHD_Connection *connection,
                         const char *emsg)
 {
-#ifdef HAVE_MESSAGES
   connection->stop_with_error = true;
+#ifdef HAVE_MESSAGES
   if (NULL != emsg)
     MHD_DLOG (connection->daemon,
               "%s\n",

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