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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index e1bc4812..6a2677fc 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7486,11 +7486,10 @@ MHD_start_daemon_va (unsigned int flags,
7486 d->nnc = NULL; 7486 d->nnc = NULL;
7487 d->nonce_nc_size = 0; 7487 d->nonce_nc_size = 0;
7488#if defined(MHD_USE_THREADS) 7488#if defined(MHD_USE_THREADS)
7489 memset (&d->nnc_lock, 1, sizeof(daemon->nnc_lock)); 7489 memset (&d->nnc_lock, 1, sizeof(d->nnc_lock));
7490#endif /* MHD_USE_THREADS */ 7490#endif /* MHD_USE_THREADS */
7491#endif /* DAUTH_SUPPORT */ 7491#endif /* DAUTH_SUPPORT */
7492 7492
7493
7494 /* Spawn the worker thread */ 7493 /* Spawn the worker thread */
7495 if (! MHD_create_named_thread_ (&d->pid, 7494 if (! MHD_create_named_thread_ (&d->pid,
7496 "MHD-worker", 7495 "MHD-worker",