]> git.puffer.fish Git - mirror/frr.git/commitdiff
Yet another "set thread pointer to NULL during thread run" fix.
authorhasso <hasso>
Mon, 9 Feb 2004 11:09:39 +0000 (11:09 +0000)
committerhasso <hasso>
Mon, 9 Feb 2004 11:09:39 +0000 (11:09 +0000)
isisd/isis_adjacency.c

index de7476927c9e902c1d6251374dd52b134a9eb285..d11e32e31925118c3ccbb77c0b63eff463f6971f 100644 (file)
@@ -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");