]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)
authorOndrej Filip <feela@network.cz>
Fri, 4 Jun 2004 15:26:46 +0000 (15:26 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 4 Jun 2004 15:26:46 +0000 (15:26 +0000)
proto/ospf/dbdes.c

index fb006956df60c2198f1ad1759d7ad39b739761ed..2a7d13ab7d3f8f736a6e327a5cb6750fa4251a4b 100644 (file)
@@ -31,8 +31,6 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
   u8 *aa,*bb;
 
   if((oa->rt==NULL)||(EMPTY_LIST(oa->lsal))) originate_rt_lsa(oa);
-    oa->origrt=0;
-
 
   p=(struct proto *)(ifa->proto);