gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/10: connection.c: fixed compile with disabled message


From: gnunet
Subject: [libmicrohttpd] 01/10: connection.c: fixed compile with disabled messages
Date: Wed, 29 Sep 2021 19:52:43 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 235a277df3d4336ccf85973e501a5a6369b81427
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 29 14:18:06 2021 +0300

    connection.c: fixed compile with disabled messages
---
 src/microhttpd/connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index d1d97e2e..cea30896 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -187,6 +187,8 @@ str_conn_error_ (ssize_t mhd_err_code)
 }
 
 
+#endif /* HAVE_MESSAGES */
+
 /**
  * Allocate memory from connection's memory pool.
  * If memory pool doesn't have enough free memory but read of write buffer
@@ -258,8 +260,6 @@ connection_alloc_memory (struct MHD_Connection *connection,
 }
 
 
-#endif /* HAVE_MESSAGES */
-
 /**
  * Callback for receiving data from the socket.
  *

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