]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_igmp.c
*: update hash_create(), hash_create_size()
[mirror_frr.git] / pimd / pim_igmp.c
index c883a2c8bb46c9052751de3db8e4240a6888be16..ae5f365b829fda5045d382d90fe21ba5887d2375 100644 (file)
@@ -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;