summaryrefslogtreecommitdiffstats
path: root/pimd/pim_oil.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-06-20 00:49:44 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-07-02 01:18:37 +0200
commitdfd19ccc3a21b18fb09cecff5d87d20a0adbafe3 (patch)
treead5f5e7ebf2912329bebbc8f87303aa71b61d7b5 /pimd/pim_oil.c
parentlib, vtysh: hashtable statistics (diff)
downloadfrr-dfd19ccc3a21b18fb09cecff5d87d20a0adbafe3.tar.xz
frr-dfd19ccc3a21b18fb09cecff5d87d20a0adbafe3.zip
*: update hash_create(), hash_create_size()
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_oil.c')
-rw-r--r--pimd/pim_oil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_oil.c b/pimd/pim_oil.c
index 71ca576d9..66be2be6f 100644
--- a/pimd/pim_oil.c
+++ b/pimd/pim_oil.c
@@ -103,7 +103,7 @@ void
pim_oil_init (void)
{
pim_channel_oil_hash = hash_create_size (8192, pim_oil_hash_key,
- pim_oil_equal);
+ pim_oil_equal, NULL);
pim_channel_oil_list = list_new();
if (!pim_channel_oil_list) {