From d03e8ce00b8fea374bbc06a4eb5254e911557e83 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 15:26:46 +0000 Subject: [PATCH] Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-) --- proto/ospf/dbdes.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index fb006956..2a7d13ab 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);