diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index d10ee3e8..7eff7dfe 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -289,12 +289,16 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, DBG("PG143(5): Received LSA is newer\n"); /* pg 144 (5a) */ - if(lsadb && ((now-lsadb->inst_t)inst_t)oa)==0) { - DGB("Wasn't flooded back\n"); + DBG("Wasn't flooded back\n"); if(ifa->state==OSPF_IS_BACKUP) { if(ifa->drid==n->rid) ospf_lsa_delay(n, lsa, p);