forked from Mirror/frr
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 a new issue