gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/02: Fixed compiler error introduced by cd5ad7aaadd8f1


From: gnunet
Subject: [libmicrohttpd] 02/02: Fixed compiler error introduced by cd5ad7aaadd8f169f79ba3564d49d7f2889093b8
Date: Fri, 06 May 2022 21:28:59 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b9ed765cda2b33a3f550e04d33f27c4b783efa53
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri May 6 22:28:33 2022 +0300

    Fixed compiler error introduced by cd5ad7aaadd8f169f79ba3564d49d7f2889093b8
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 6b7d8355..e1bc4812 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7486,7 +7486,7 @@ 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(daemon->nnc_lock));
 #endif /* MHD_USE_THREADS */
 #endif /* DAUTH_SUPPORT */
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]