diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index d24809c..618a24e 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -29,7 +29,7 @@ ospf_age(struct ospf_area *oa) if(en->lsa.age==LSA_MAXAGE) { if(flush) flush_lsa(en,oa); - return; + continue; } if((en->lsa.rt==p->cf->global->router_id)&&(en->lsa.age>LSREFRESHTIME)) { |