libmicrohttpd

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

commit 83f9a5d79d4617e6d96b1e469087cf4b83d6d90f
parent e60359c0b39da49350dee1495702a586ce64532f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 27 Oct 2023 10:55:56 +0300

daemon.c: cosmetics

Diffstat:
Msrc/microhttpd/daemon.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -3036,11 +3036,11 @@ internal_add_connection (struct MHD_Daemon *daemon, if ((MHD_ITC_IS_VALID_ (daemon->itc)) && (! MHD_itc_activate_ (daemon->itc, "n"))) { - #ifdef HAVE_MESSAGES +#ifdef HAVE_MESSAGES MHD_DLOG (daemon, _ ("Failed to signal new connection via inter-thread " \ "communication channel.\n")); - #endif +#endif } return MHD_YES; }