diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 27e27822..2d307b59 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -41,6 +41,8 @@ ospf_age(struct ospf_area *oa) struct top_hash_entry *en,*nxt; int flush=can_flush_lsa(oa); + OSPF_TRACE(D_EVENTS, "Running ospf_age"); + WALK_SLIST_DELSAFE(en,nxt,oa->lsal) { if(oa->calcrt)