]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_routemap.c
*: remove THREAD_ON macros, add nullity check
[mirror_frr.git] / zebra / zebra_routemap.c
index 847da529523d671314f34c70f55ee51792c3969f..0b69475dae55758851653eae0579e39382936bfa 100644 (file)
@@ -1406,7 +1406,7 @@ zebra_route_map_mark_update (const char *rmap_name)
   if (zebra_rmap_update_timer && !zebra_t_rmap_update)
     zebra_t_rmap_update =
       thread_add_timer(zebrad.master, zebra_route_map_update_timer, NULL,
-                      zebra_rmap_update_timer);
+                       zebra_rmap_update_timer, NULL);
 }
 
 static void