diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-07-04 11:58:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-04 11:58:10 -0700 |
| commit | c6200b54679f7e65d4a1036cece3d6cb08ccb9c5 (patch) | |
| tree | e37ad76ba3e69a94e1ebd970c6f4700a99ee23ab /pimd/pim_iface.c | |
| parent | 8186327f3d2a5028b55eab9a04c31b5ccd68afd1 (diff) | |
| parent | e703a0f3afd3469afdc57994a38245cf2ada4e00 (diff) | |
Merge pull request #742 from qlyoung/hashstats
Hashtable statistics
Diffstat (limited to 'pimd/pim_iface.c')
| -rw-r--r-- | pimd/pim_iface.c | 2 |
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; |
