From: Ondrej Filip Date: Fri, 4 Jun 2004 15:26:46 +0000 (+0000) Subject: Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-) X-Git-Tag: v1.2.0~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03e8ce00b8fea374bbc06a4eb5254e911557e83;p=thirdparty%2Fbird.git Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-) --- diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index fb006956d..2a7d13ab7 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -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);