]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
always set event list. Should help with #5270
authorAlan T. DeKok <aland@freeradius.org>
Thu, 18 Jan 2024 17:51:50 +0000 (12:51 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 18 Jan 2024 17:51:50 +0000 (12:51 -0500)
src/lib/io/master.c

index 17b51426746a5bc062187316f339d1fa33cacfcb..7d0ba224d63e673cf9bd75008f8b325b0fe5837d 100644 (file)
@@ -1904,12 +1904,6 @@ static void mod_event_list_set(fr_listen_t *li, fr_event_list_t *el, void *nr)
                inst->app_io->event_list_set(child, el, nr);
        }
 
-       /*
-        *      No dynamic clients AND no packet cleanups?  We don't
-        *      need timers.
-        */
-       if (inst->dynamic_clients && !fr_time_delta_ispos(inst->cleanup_delay)) return;
-
        /*
         *      Set event list and network side for this socket.
         */