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. cf


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. cfd8cfeefaf5b60fc383dd376263f86305f6c4ee
Date: Fri, 28 Oct 2016 21:23:26 +0200 (CEST)

The branch, master has been updated
       via  cfd8cfeefaf5b60fc383dd376263f86305f6c4ee (commit)
      from  7d0221189929a3251d956166f82b06c456b33ed9 (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 cfd8cfeefaf5b60fc383dd376263f86305f6c4ee
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Fri Oct 28 22:22:46 2016 +0300

    Fixed regression introduced by dd327c1d13252373cd1730e445d19930417571bf

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

Summary of changes:
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index fcbfe10..7e4efe7 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2478,6 +2478,7 @@ resume_suspended_connections (struct MHD_Daemon *daemon)
   if (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION))
     MHD_mutex_lock_chk_ (&daemon->cleanup_connection_mutex);
 
+  next = daemon->suspended_connections_head;
   /* Clear the flag *only* if connections will be resumed otherwise
      it may accidentally clear flag that was set at the same time in
      other thread (just after 'if (MHD_NO != daemon->resuming)' in


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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