gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Fixed non-debug build without HTT


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fixed non-debug build without HTTPS
Date: Tue, 30 Jan 2024 23:53:32 +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 5587f1e0 Fixed non-debug build without HTTPS
5587f1e0 is described below

commit 5587f1e043a26630303801f09fec0396511291eb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 30 23:52:54 2024 +0100

    Fixed non-debug build without HTTPS
---
 src/microhttpd/response.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index ab5e3750..fb9352dc 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1933,9 +1933,9 @@ enum MHD_Result
 MHD_response_execute_upgrade_ (struct MHD_Response *response,
                                struct MHD_Connection *connection)
 {
-#if defined(HTTPS_SUPPORT) || defined(_DEBUG)
+#if defined(HTTPS_SUPPORT) || defined(_DEBUG) || defined(HAVE_MESSAGES)
   struct MHD_Daemon *const daemon = connection->daemon;
-#endif /* HTTPS_SUPPORT || _DEBUG */
+#endif /* HTTPS_SUPPORT || _DEBUG || HAVE_MESSAGES */
   struct MHD_UpgradeResponseHandle *urh;
   size_t rbo;
 

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