]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_abr.c
Merge pull request #11242 from patrasar/pimv6_issue_11233
[mirror_frr.git] / ospfd / ospf_abr.c
index 8e59bd9ebd76fb2ca54a56936f00b99801b1ccdb..7aa3a27c604d29d161de0469d87ce58c19f34fc9 100644 (file)
@@ -1829,7 +1829,7 @@ void ospf_abr_task(struct ospf *ospf)
                zlog_debug("ospf_abr_task(): Stop");
 }
 
-static int ospf_abr_task_timer(struct thread *thread)
+static void ospf_abr_task_timer(struct thread *thread)
 {
        struct ospf *ospf = THREAD_ARG(thread);
 
@@ -1843,8 +1843,6 @@ static int ospf_abr_task_timer(struct thread *thread)
 
        ospf_abr_task(ospf);
        ospf_abr_nssa_task(ospf); /* if nssa-abr, then scan Type-7 LSDB */
-
-       return 0;
 }
 
 void ospf_schedule_abr_task(struct ospf *ospf)