mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
lib: not thread off when schedule
Signed-off-by: ron <lyq140hf2006@163.com>
This commit is contained in:
parent
f33ecd755e
commit
1c7c9ba037
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user