diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 21:05:43 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 21:05:43 +0000 |
commit | 6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch) | |
tree | fca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/lsalib.c | |
parent | 9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff) |
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 1a9653cf..82a5938b 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 1999 - 2000 Ondrej Filip <feela@network.cz> + * (c) 1999--2004 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -70,7 +70,7 @@ ospf_age(struct ospf_area *oa) en->inst_t=now; en->ini_age=0; lsasum_calculate(&en->lsa,en->lsa_body,po); - flood_lsa(NULL,NULL,&en->lsa,po,NULL,oa,1); + ospf_lsupd_flood(NULL,NULL,&en->lsa,NULL,oa,1); continue; } if((en->lsa.age=(en->ini_age+(now-en->inst_t)))>=LSA_MAXAGE) |