This commit is contained in:
Evgeny Grin (Karlson2k)
2022-05-12 10:54:08 +03:00
parent b9ed765cda
commit 5ea2a8e68f
+1 -2
View File
@@ -7486,11 +7486,10 @@ MHD_start_daemon_va (unsigned int flags,
d->nnc = NULL;
d->nonce_nc_size = 0;
#if defined(MHD_USE_THREADS)
memset (&d->nnc_lock, 1, sizeof(daemon->nnc_lock));
memset (&d->nnc_lock, 1, sizeof(d->nnc_lock));
#endif /* MHD_USE_THREADS */
#endif /* DAUTH_SUPPORT */
/* Spawn the worker thread */
if (! MHD_create_named_thread_ (&d->pid,
"MHD-worker",