Yet another "set thread pointer to NULL during thread run" fix.

This commit is contained in:
hasso 2004-02-09 11:09:39 +00:00
parent 38a61c7306
commit 83fe45e30e

View File

@ -277,6 +277,7 @@ isis_adj_expire (struct thread *thread)
adj = THREAD_ARG (thread); adj = THREAD_ARG (thread);
assert (adj); assert (adj);
level = adj->level; level = adj->level;
adj->t_expire = NULL;
/* trigger the adj expire event */ /* trigger the adj expire event */
isis_adj_state_change (adj, ISIS_ADJ_DOWN, "holding time expired"); isis_adj_state_change (adj, ISIS_ADJ_DOWN, "holding time expired");