]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Don't repeat "Sheduling rt calc....."
authorOndrej Filip <feela@network.cz>
Fri, 4 Jun 2004 14:21:08 +0000 (14:21 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 4 Jun 2004 14:21:08 +0000 (14:21 +0000)
proto/ospf/ospf.c

index ba40e31212e3042596de1b411da2203f0889a0fb..498b978bd30c8bb6cabc93d08c3ea2dae15391f0 100644 (file)
@@ -267,6 +267,8 @@ schedule_rtcalc(struct ospf_area *oa)
   struct proto_ospf *po=oa->po;
   struct proto *p=&po->proto;
 
+  if(oa->calcrt) return;
+
   OSPF_TRACE(D_EVENTS, "Scheduling RT calculation for area %I.", 
     oa->areaid);
   oa->calcrt=1;