gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/08: daemon.c: cosmetics


From: gnunet
Subject: [libmicrohttpd] 05/08: daemon.c: cosmetics
Date: Tue, 07 Nov 2023 18:52:14 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 4a072b3de2910a855ada5a814503e744c09e01f9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Nov 6 20:10:53 2023 +0300

    daemon.c: cosmetics
---
 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 ae334226..ac21a3be 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2976,7 +2976,7 @@ internal_add_connection (struct MHD_Daemon *daemon,
 
 #if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS)
   /* Direct add to master daemon could never happen. */
-  mhd_assert ((NULL == daemon->worker_pool));
+  mhd_assert (NULL == daemon->worker_pool);
 #endif
 
   if (MHD_D_IS_USING_SELECT_ (daemon) &&

-- 
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]