gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 06/13: internal.h: fixed incorrect use of enum value as


From: gnunet
Subject: [libmicrohttpd] 06/13: internal.h: fixed incorrect use of enum value as preprocessor value
Date: Mon, 16 May 2022 20:14:55 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 280aceef91cbd1181eabbe98efdd673a1f769d7c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon May 16 16:14:52 2022 +0300

    internal.h: fixed incorrect use of enum value as preprocessor value
---
 src/microhttpd/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 26f5d43b..3dafe866 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -739,7 +739,7 @@ enum MHD_TLS_CONN_STATE
 /**
  * Should all state transitions be printed to stderr?
  */
-#define DEBUG_STATES MHD_NO
+#define DEBUG_STATES _MHD_MACRO_NO
 
 
 #ifdef HAVE_MESSAGES

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