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 --- lib/if_rmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/if_rmap.c') diff --git a/lib/if_rmap.c b/lib/if_rmap.c index f9c6a55d7b..32bebd67ff 100644 --- a/lib/if_rmap.c +++ b/lib/if_rmap.c @@ -316,7 +316,7 @@ if_rmap_reset () void if_rmap_init (int node) { - ifrmaphash = hash_create (if_rmap_hash_make, if_rmap_hash_cmp); + ifrmaphash = hash_create (if_rmap_hash_make, if_rmap_hash_cmp, NULL); if (node == RIPNG_NODE) { } else if (node == RIP_NODE) { install_element (RIP_NODE, &if_rmap_cmd); -- cgit v1.2.3