aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
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,
6987 } 6987 }
6988 else 6988 else
6989 { /* Daemon without internal threads */ 6989 { /* Daemon without internal threads */
6990 if (! MHD_mutex_init_ (&d->new_connections_mutex)) 6990 if (! MHD_mutex_init_ (&daemon->new_connections_mutex))
6991 { 6991 {
6992#ifdef HAVE_MESSAGES 6992#ifdef HAVE_MESSAGES
6993 MHD_DLOG (daemon, 6993 MHD_DLOG (daemon,