]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_spf.c
*: remove THREAD_ON macros, add nullity check
[mirror_frr.git] / ospf6d / ospf6_spf.c
index 333ce5588e6a2b83526de4085fc99a509adee3e7..25a4226665b3708162fc089d0a2aa45cc2a8976a 100644 (file)
@@ -728,7 +728,8 @@ ospf6_spf_schedule (struct ospf6 *ospf6, unsigned int reason)
   zlog_info ("SPF: Scheduled in %ld msec", delay);
 
   ospf6->t_spf_calc =
-    thread_add_timer_msec (master, ospf6_spf_calculation_thread, ospf6, delay);
+    thread_add_timer_msec(master, ospf6_spf_calculation_thread, ospf6, delay,
+                          NULL);
 }
 
 void