]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_asbr.c
*: Do not cast to the same type
[mirror_frr.git] / ospf6d / ospf6_asbr.c
index e059bfbc5512eb7d20f6badc33b137ef2bf9bea8..6e71a21bd59da36a8fc2cdac94512e53073d2519 100644 (file)
@@ -918,8 +918,8 @@ void ospf6_asbr_distribute_list_update(int type)
                           ZROUTE_NAME(type));
 
        ospf6->t_distribute_update = NULL;
-       thread_add_timer_msec(master, ospf6_asbr_routemap_update_timer,
-                             (void **)args, OSPF_MIN_LS_INTERVAL,
+       thread_add_timer_msec(master, ospf6_asbr_routemap_update_timer, args,
+                             OSPF_MIN_LS_INTERVAL,
                              &ospf6->t_distribute_update);
 }