gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. ec


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. ec46999ff566a16c79af63ecd5a80dc759507258
Date: Fri, 4 Nov 2016 11:26:32 +0100 (CET)

The branch, master has been updated
       via  ec46999ff566a16c79af63ecd5a80dc759507258 (commit)
      from  f2858123902bea7492114d69fdaf1731741ad767 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec46999ff566a16c79af63ecd5a80dc759507258
Author: Christian Grothoff <address@hidden>
Date:   Fri Nov 4 11:26:30 2016 +0100

    style fix: in MHD-style, we always put the const before 'struct'

-----------------------------------------------------------------------

Summary of changes:
 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 c6089ad..3b17e0c 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -502,7 +502,7 @@ need_100_continue (struct MHD_Connection *connection)
 void
 MHD_connection_mark_closed_ (struct MHD_Connection *connection)
 {
-  struct MHD_Daemon * const daemon = connection->daemon;
+  const struct MHD_Daemon *daemon = connection->daemon;
 
   connection->state = MHD_CONNECTION_CLOSED;
   connection->event_loop_info = MHD_EVENT_LOOP_INFO_CLEANUP;


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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