0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

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