summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 17:26:46 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 17:26:46 +0200
commitd03e8ce00b8fea374bbc06a4eb5254e911557e83 (patch)
tree05b8c7c21f0c005b355905ea4504ff4ff6581e0f /proto/ospf/dbdes.c
parentb90f9c526e553f1c30b9b177fc72c382ab333fc7 (diff)
downloadbird-d03e8ce00b8fea374bbc06a4eb5254e911557e83.tar
bird-d03e8ce00b8fea374bbc06a4eb5254e911557e83.zip
Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r--proto/ospf/dbdes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index fb00695..2a7d13a 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);