libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

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

daemon.c: cosmetics

Diffstat:
Msrc/microhttpd/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) &&