--- libaitsched/src/hooks.c 2022/11/30 23:40:42 1.38.2.1 +++ libaitsched/src/hooks.c 2022/12/20 22:26:16 1.38.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: hooks.c,v 1.38.2.1 2022/11/30 23:40:42 misho Exp $ +* $Id: hooks.c,v 1.38.2.2 2022/12/20 22:26:16 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1218,6 +1218,7 @@ fetch_hook_epoll_proceed(int en, struct epoll_event *r } } + ops = EPOLL_CTL_DEL; if (rflg > 1 || wflg > 1) ops = EPOLL_CTL_MOD;