From 6f3203fabf30b0e5ca7d41b4550efbc5df0b421a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 21:05:43 +0000 Subject: cleanup in lsupd.c, indenting, "struct proto" removed... --- proto/ospf/lsalib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/lsalib.c') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 1a9653c..82a5938 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 1999 - 2000 Ondrej Filip + * (c) 1999--2004 Ondrej Filip * * 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) -- cgit v1.2.3