From 83fe45e30e12eb8af8b7cc413e1ae5ef81bde97e Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 9 Feb 2004 11:09:39 +0000 Subject: Yet another "set thread pointer to NULL during thread run" fix. --- isisd/isis_adjacency.c | 1 + 1 file changed, 1 insertion(+) (limited to 'isisd') diff --git a/isisd/isis_adjacency.c b/isisd/isis_adjacency.c index de747692..d11e32e3 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"); -- cgit v1.2.1