gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed compiler warni


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed compiler warning.
Date: Tue, 16 May 2017 20:17:38 +0200

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 ab284e10 Fixed compiler warning.
ab284e10 is described below

commit ab284e1035f162a1dcee357b04121498c03b2645
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue May 16 21:17:26 2017 +0300

    Fixed compiler warning.
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index f6fa7836..a5aba1b2 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3176,7 +3176,7 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
               /* Response is not required anymore for this connection. */
               if (NULL != connection->response)
                 {
-                  struct MHD_Response const *resp = connection->response;
+                  struct MHD_Response * const resp = connection->response;
                   connection->response = NULL;
                   MHD_destroy_response (resp);
                 }

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



reply via email to

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