libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

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

Fixed copy-paste mistake

Regression from 8c1dfff29d348b0d6cecf0cacf8d311afc5c4235

Diffstat:
Msrc/microhttpd/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,