From: hasso Date: Mon, 9 Feb 2004 11:09:39 +0000 (+0000) Subject: Yet another "set thread pointer to NULL during thread run" fix. X-Git-Tag: frr-2.0-rc1~3794 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=83fe45e30e12eb8af8b7cc413e1ae5ef81bde97e;p=mirror%2Ffrr.git Yet another "set thread pointer to NULL during thread run" fix. --- diff --git a/isisd/isis_adjacency.c b/isisd/isis_adjacency.c index de7476927c..d11e32e319 100644 --- a/isisd/isis_adjacency.c +++ b/isisd/isis_adjacency.c @@ -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");