Additional corrections for MHD_OPTION_APP_FD_SETSIZE

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-11-15 15:22:43 +03:00
parent b6737ab39b
commit dc4bbb0c82
-2
View File
@@ -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 */
}
}