diff options
Diffstat (limited to 'bgpd/bgp_community.c')
| -rw-r--r-- | bgpd/bgp_community.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_community.c b/bgpd/bgp_community.c index bd67829d77..be4cdac0ac 100644 --- a/bgpd/bgp_community.c +++ b/bgpd/bgp_community.c @@ -686,7 +686,7 @@ void community_init (void) { comhash = hash_create ((unsigned int (*) (void *))community_hash_make, - (int (*) (const void *, const void *))community_cmp); + (int (*) (const void *, const void *))community_cmp, NULL); } void |
