mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Additional corrections for MHD_OPTION_APP_FD_SETSIZE
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user