]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: not thread off when schedule
authorron <lyq140hf2006@163.com>
Fri, 11 Feb 2022 03:23:48 +0000 (11:23 +0800)
committerron <lyq140hf2006@163.com>
Fri, 11 Feb 2022 03:27:11 +0000 (11:27 +0800)
Signed-off-by: ron <lyq140hf2006@163.com>
lib/wheel.c

index 1a0469b25620736846d2c25ea1316b5c47717df4..278ee994b597d882d20016e6d2b6ce072703691b 100644 (file)
@@ -40,7 +40,6 @@ static int wheel_timer_thread_helper(struct thread *t)
        void *data;
 
        wheel = THREAD_ARG(t);
-       THREAD_OFF(wheel->timer);
 
        wheel->curr_slot += wheel->slots_to_skip;