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/pimd.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/pimd.c')
| -rw-r--r-- | pimd/pimd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index ec1fe5b6d0..b1d566f51b 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -250,7 +250,7 @@ pim_instance_init (vrf_id_t vrf_id, afi_t afi) pim->spt.switchover = PIM_SPT_IMMEDIATE; pim->spt.plist = NULL; - pim->rpf_hash = hash_create_size (256, pim_rpf_hash_key, pim_rpf_equal); + pim->rpf_hash = hash_create_size (256, pim_rpf_hash_key, pim_rpf_equal, NULL); if (PIM_DEBUG_ZEBRA) zlog_debug ("%s: NHT rpf hash init ", __PRETTY_FUNCTION__); |
