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 missing mutex


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed missing mutex unlock in 7d3050325e3b77a061b40ea9ce77a360d14b4dea
Date: Sun, 21 May 2017 16:24:32 +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 c13d2767 Fixed missing mutex unlock in 
7d3050325e3b77a061b40ea9ce77a360d14b4dea
c13d2767 is described below

commit c13d2767e2ffe13bc59505f3d96d8c0de61d5768
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun May 21 17:24:15 2017 +0300

    Fixed missing mutex unlock in 7d3050325e3b77a061b40ea9ce77a360d14b4dea
---
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index afbbc965..8f6b978f 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2744,6 +2744,7 @@ MHD_suspend_connection (struct MHD_Connection *connection)
       MHD_DLOG (daemon,
                 _("Error: connection sheduled for \"upgrade\" cannot be 
suspended"));
 #endif /* HAVE_MESSAGES */
+      MHD_mutex_unlock_chk_ (&daemon->cleanup_connection_mutex);
       return;
     }
 #endif /* UPGRADE_SUPPORT */

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



reply via email to

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