diff options
Diffstat (limited to 'pimd/pim_igmp.c')
| -rw-r--r-- | pimd/pim_igmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmp.c b/pimd/pim_igmp.c index c883a2c8bb..ae5f365b82 100644 --- a/pimd/pim_igmp.c +++ b/pimd/pim_igmp.c @@ -822,7 +822,7 @@ static struct igmp_sock *igmp_sock_new(int fd, igmp->igmp_group_list->del = (void (*)(void *)) igmp_group_free; igmp->igmp_group_hash = hash_create (igmp_group_hash_key, - igmp_group_hash_equal); + igmp_group_hash_equal, NULL); igmp->fd = fd; igmp->interface = ifp; |
