summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-08 01:48:33 +0200
committerOndrej Filip <feela@network.cz>2000-06-08 01:48:33 +0200
commit17e29574bcf0e03e3243a48e784b0248925cc5b4 (patch)
tree5bb4b726c262dbffacd7bcf4134523002b3c1060 /proto/ospf/ospf.c
parent25a3f3da7a2312e5ae21ada2aeccc412e2d1d867 (diff)
downloadbird-17e29574bcf0e03e3243a48e784b0248925cc5b4.tar
bird-17e29574bcf0e03e3243a48e784b0248925cc5b4.zip
Better algoritmus of LSA aging.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index a7fb650..11daba1 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -102,7 +102,6 @@ ospf_start(struct proto *p)
oa->disp_timer->randomize=0;
oa->disp_timer->hook=area_disp;
oa->disp_timer->recurrent=oa->tick;
- oa->lage=now;
tm_start(oa->disp_timer,oa->tick);
oa->calcrt=0;
oa->origrt=0;