gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Fixed copy-paste mistake


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fixed copy-paste mistake
Date: Sat, 26 Dec 2020 12:34:50 +0100

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 531d9a95 Fixed copy-paste mistake
531d9a95 is described below

commit 531d9a95d75b4018fd8c45e422a13e40f48f2aab
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Dec 26 14:34:11 2020 +0300

    Fixed copy-paste mistake
    
    Regression from 8c1dfff29d348b0d6cecf0cacf8d311afc5c4235
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 42c747c8..284e7e57 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6987,7 +6987,7 @@ MHD_start_daemon_va (unsigned int flags,
   }
   else
   { /* Daemon without internal threads */
-    if (! MHD_mutex_init_ (&d->new_connections_mutex))
+    if (! MHD_mutex_init_ (&daemon->new_connections_mutex))
     {
 #ifdef HAVE_MESSAGES
       MHD_DLOG (daemon,

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