]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_spf.c
2003-04-04 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / ospfd / ospf_spf.c
index 1586a3a57704e0a4ad5c5c9f93df9415c2223ae9..33616d8375e36035778bfbf97df0996da3d4664a 100644 (file)
@@ -1056,7 +1056,7 @@ ospf_spf_calculate_timer (struct thread *thread)
   ospf->old_rtrs = ospf->new_rtrs;
   ospf->new_rtrs = new_rtrs;
 
-  if (OSPF_IS_ABR
+  if (IS_OSPF_ABR (ospf)
     ospf_abr_task (ospf);
 
   if (IS_DEBUG_OSPF_EVENT)