gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/10: connection.c: mute compiler warning


From: gnunet
Subject: [libmicrohttpd] 03/10: connection.c: mute compiler warning
Date: Thu, 01 Apr 2021 20:38:59 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit fb9100e3e7981e9fe9ec4171b905641f51b6ace3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Apr 1 20:18:27 2021 +0300

    connection.c: mute compiler warning
---
 src/microhttpd/connection.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 25d920e2..db130e18 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1277,6 +1277,7 @@ build_header_response (struct MHD_Connection *connection)
   must_add_chunked_encoding = false;
   must_add_keep_alive = false;
   must_add_content_length = false;
+  content_length_len = 0; /* Mute compiler warning only */
   response_has_close = false;
   switch (connection->state)
   {

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