From b49e6f5a65d437cb7e7bdefe8397e0f550496012 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 25 Aug 2009 16:42:14 +0200 Subject: Temporary OSPFv3 development commit --- proto/ospf/lsreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsreq.c') diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index cc5afa0..aafc190 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -127,7 +127,7 @@ ospf_lsreq_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa, llsh->lsh.rt = hrt; llsh->lsh.type = htype; add_tail(&uplist, NODE llsh); - if (ospfxx_hash_find(po->gr, dom, hid, hrt, htype) == NULL) + if (ospf_hash_find(po->gr, dom, hid, hrt, htype) == NULL) { log(L_WARN "Received bad LS req from: %I looking: Type: %u, ID: %R, RT: %R", -- cgit v1.2.3