diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-07-05 19:41:51 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-07-05 19:41:51 +0000 |
| commit | b83c95ce27d1bb7af54767e3265a04b3ad7d058b (patch) | |
| tree | 4844d16fa6af7742c311c34bf24110f4ab25c7c1 /pimd/pim_igmp.c | |
| parent | b738b1ac66dd4c168246b878e6adee85ee61c9a1 (diff) | |
| parent | c6200b54679f7e65d4a1036cece3d6cb08ccb9c5 (diff) | |
Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus-label-misc3
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; |
