From 85c92555efcd67d2671a8aef1bf7c3f4acc2b21d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 18 Apr 2000 22:11:05 +0000 Subject: [PATCH] Grr, another patch to make it compile. --- proto/ospf/lsupd.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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);