From 9b7de4c4d13a5701aac446627672e65fce9e1a9d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 20:41:02 +0000 Subject: 'struct proto' removed Finally, I found the bug reported by Andreas Steinmetz. FIXED. --- proto/ospf/lsack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/lsack.c') diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index fb0844d..cb27ec8 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -162,9 +162,9 @@ ospf_lsack_receive(struct ospf_lsack_packet *ps, { ntohlsah(plsa + i, &lsa); if ((en = ospf_hash_find_header(n->lsrth, &lsa)) == NULL) - continue; + continue; /* pg 155 */ - if (lsa_comp(&lsa, &en->lsa) != CMP_SAME) + if (lsa_comp(&lsa, &en->lsa) != CMP_SAME) /* pg 156 */ { if ((lsa.sn == LSA_MAXSEQNO) && (lsa.age == LSA_MAXAGE)) continue; -- cgit v1.2.3