gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/05: Additional corrections for MHD_OPTION_APP_FD_SETS


From: gnunet
Subject: [libmicrohttpd] 01/05: Additional corrections for MHD_OPTION_APP_FD_SETSIZE
Date: Thu, 16 Nov 2023 07:13:13 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit dc4bbb0c82373a8b8dca70210392ba804ee62d3d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Nov 15 15:22:43 2023 +0300

    Additional corrections for MHD_OPTION_APP_FD_SETSIZE
---
 src/microhttpd/daemon.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index b2420ca8..8d39c7ac 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7382,7 +7382,6 @@ process_interim_params (struct MHD_Daemon *d,
     }
     else
     { /* The daemon without internal threads, external sockets polling */
-#ifdef MHD_POSIX_SOCKETS
 #ifndef HAS_FD_SETSIZE_OVERRIDABLE
       if (((int) FD_SETSIZE) != params->fdset_size)
       {
@@ -7399,7 +7398,6 @@ process_interim_params (struct MHD_Daemon *d,
       d->fdset_size = params->fdset_size;
       d->fdset_size_set_by_app = true;
 #endif /* HAS_FD_SETSIZE_OVERRIDABLE */
-#endif /* MHD_POSIX_SOCKETS */
     }
   }
 

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