gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix #6135


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix #6135
Date: Thu, 26 Mar 2020 19:12:53 +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 6702e620 fix #6135
6702e620 is described below

commit 6702e6202368720d7a381669c03eedc318f225ca
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 26 19:08:30 2020 +0100

    fix #6135
---
 src/microhttpd/internal.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 211eed9f..ad16535e 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1462,12 +1462,6 @@ struct MHD_Daemon
    */
   size_t thread_stack_size;
 
-  /**
-   * Our #MHD_OPTION_SERVER_INSANITY level, bits indicating
-   * which sanity checks are off.
-   */
-  enum MHD_DisableSanityCheck insanity_level;
-
   /**
    * Number of worker daemons
    */
@@ -1490,6 +1484,12 @@ struct MHD_Daemon
   MHD_mutex_ cleanup_connection_mutex;
 #endif
 
+  /**
+   * Our #MHD_OPTION_SERVER_INSANITY level, bits indicating
+   * which sanity checks are off.
+   */
+  enum MHD_DisableSanityCheck insanity_level;
+
   /**
    * Listen socket.
    */

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



reply via email to

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