[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/05: Cosmetics for cd5ad7aaadd8f169f79ba3564d49d7f2889
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/05: Cosmetics for cd5ad7aaadd8f169f79ba3564d49d7f2889093b8 |
Date: |
Thu, 12 May 2022 15:42:19 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 5ea2a8e68f19204cd64f6c510d3e87853d5457bb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu May 12 10:48:10 2022 +0300
Cosmetics for cd5ad7aaadd8f169f79ba3564d49d7f2889093b8
---
src/microhttpd/daemon.c | 3 +--
1 file changed, 1 insertion(+), 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,
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",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.