From dfd19ccc3a21b18fb09cecff5d87d20a0adbafe3 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 19 Jun 2017 22:49:44 +0000 Subject: *: update hash_create(), hash_create_size() Signed-off-by: Quentin Young --- nhrpd/nhrp_peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nhrpd/nhrp_peer.c') diff --git a/nhrpd/nhrp_peer.c b/nhrpd/nhrp_peer.c index d9e8627a1..95541b88b 100644 --- a/nhrpd/nhrp_peer.c +++ b/nhrpd/nhrp_peer.c @@ -182,7 +182,7 @@ struct nhrp_peer *nhrp_peer_get(struct interface *ifp, const union sockunion *re struct nhrp_vc *vc; if (!nifp->peer_hash) { - nifp->peer_hash = hash_create(nhrp_peer_key, nhrp_peer_cmp); + nifp->peer_hash = hash_create(nhrp_peer_key, nhrp_peer_cmp, NULL); if (!nifp->peer_hash) return NULL; } -- cgit v1.2.3