summaryrefslogtreecommitdiff
path: root/pimd/pim_iface.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-07-05 19:41:51 +0000
committerDaniel Walton <dwalton@cumulusnetworks.com>2017-07-05 19:41:51 +0000
commitb83c95ce27d1bb7af54767e3265a04b3ad7d058b (patch)
tree4844d16fa6af7742c311c34bf24110f4ab25c7c1 /pimd/pim_iface.c
parentb738b1ac66dd4c168246b878e6adee85ee61c9a1 (diff)
parentc6200b54679f7e65d4a1036cece3d6cb08ccb9c5 (diff)
Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus-label-misc3
Diffstat (limited to 'pimd/pim_iface.c')
-rw-r--r--pimd/pim_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c
index afaa951724..f4125af9b4 100644
--- a/pimd/pim_iface.c
+++ b/pimd/pim_iface.c
@@ -180,7 +180,7 @@ struct pim_interface *pim_if_new(struct interface *ifp, int igmp, int pim)
pim_ifp->pim_ifchannel_list->cmp = (int (*)(void *, void *)) pim_ifchannel_compare;
pim_ifp->pim_ifchannel_hash = hash_create (pim_ifchannel_hash_key,
- pim_ifchannel_equal);
+ pim_ifchannel_equal, NULL);
ifp->info = pim_ifp;