diff options
Diffstat (limited to 'bgpd/bgp_lcommunity.c')
| -rw-r--r-- | bgpd/bgp_lcommunity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c index 4a969c8b90..23c19f70ce 100644 --- a/bgpd/bgp_lcommunity.c +++ b/bgpd/bgp_lcommunity.c @@ -286,7 +286,7 @@ lcommunity_hash (void) void lcommunity_init (void) { - lcomhash = hash_create (lcommunity_hash_make, lcommunity_cmp); + lcomhash = hash_create (lcommunity_hash_make, lcommunity_cmp, NULL); } void |
