1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Better algoritmus of LSA aging.

This commit is contained in:
Ondrej Filip
2000-06-07 23:48:33 +00:00
parent 25a3f3da7a
commit 17e29574bc
4 changed files with 4 additions and 5 deletions

View File

@@ -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;