mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 20:04:11 +00:00
Yet another "set thread pointer to NULL during thread run" fix.
This commit is contained in:
parent
38a61c7306
commit
83fe45e30e
@ -277,6 +277,7 @@ isis_adj_expire (struct thread *thread)
|
||||
adj = THREAD_ARG (thread);
|
||||
assert (adj);
|
||||
level = adj->level;
|
||||
adj->t_expire = NULL;
|
||||
|
||||
/* trigger the adj expire event */
|
||||
isis_adj_state_change (adj, ISIS_ADJ_DOWN, "holding time expired");
|
||||
|
Loading…
Reference in New Issue
Block a user