Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)

This commit is contained in:
Ondrej Filip 2004-06-04 15:26:46 +00:00
parent b90f9c526e
commit d03e8ce00b

View 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);