From fa9eabada5aef7b5bcc5240ef7bd98590db2c341 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 22 Jul 2024 16:54:26 +0200 Subject: [PATCH] fixed assert --- src/mhd2/daemon_start.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mhd2/daemon_start.c b/src/mhd2/daemon_start.c index 6405ee9c..2c83ea92 100644 --- a/src/mhd2/daemon_start.c +++ b/src/mhd2/daemon_start.c @@ -1110,7 +1110,6 @@ MHD_FN_PAR_NONNULL_ (1) static void deinit_epoll (struct MHD_Daemon *restrict d) { mhd_assert (mhd_POLL_TYPE_EPOLL == d->events.poll_type); - mhd_assert (MHD_INVALID_SOCKET != d->events.data.epoll.e_fd); /* With thread pool the epoll control FD could be migrated to the * first worker daemon. */ mhd_assert ((MHD_INVALID_SOCKET != d->events.data.epoll.e_fd) || \