diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 17:26:46 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 17:26:46 +0200 |
commit | d03e8ce00b8fea374bbc06a4eb5254e911557e83 (patch) | |
tree | 05b8c7c21f0c005b355905ea4504ff4ff6581e0f /proto | |
parent | b90f9c526e553f1c30b9b177fc72c382ab333fc7 (diff) | |
download | bird-d03e8ce00b8fea374bbc06a4eb5254e911557e83.tar bird-d03e8ce00b8fea374bbc06a4eb5254e911557e83.zip |
Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
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); |