gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/20: daemon.c: cosmetics


From: gnunet
Subject: [libmicrohttpd] 03/20: daemon.c: cosmetics
Date: Mon, 15 Aug 2022 20:38:29 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 067b6234073ee0c08d1b3d3c1022f8b4c8417a0d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Aug 15 15:31:26 2022 +0300

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index ecce17b5..37dc214f 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6020,8 +6020,8 @@ parse_options_va (struct MHD_Daemon *daemon,
       /* Next comparison could be always false on some platforms and whole 
branch will
        * be optimized out on these platforms. On others it will be compiled 
into real
        * check. */
-      else if (daemon->worker_pool_size >= (SIZE_MAX / sizeof (struct
-                                                               MHD_Daemon)))   
         /* Compiler may warn on some platforms, ignore warning. */
+      else if (daemon->worker_pool_size >=
+               (SIZE_MAX / sizeof (struct MHD_Daemon)))            /* Compiler 
may warn on some platforms, ignore warning. */
       {
 #ifdef HAVE_MESSAGES
         MHD_DLOG (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]