From: ron Date: Fri, 11 Feb 2022 03:23:48 +0000 (+0800) Subject: lib: not thread off when schedule X-Git-Tag: frr-8.5.1~1143^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1c7c9ba0376ee5364701f4f6cc047b3283a0a5ed;p=mirror_frr.git lib: not thread off when schedule Signed-off-by: ron --- diff --git a/lib/wheel.c b/lib/wheel.c index 1a0469b25..278ee994b 100644 --- a/lib/wheel.c +++ b/lib/wheel.c @@ -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;