]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_community.c
*: update hash_create(), hash_create_size()
[mirror_frr.git] / bgpd / bgp_community.c
index bd67829d779fef2a26acf86d7f290578abf89ef5..be4cdac0acbaf7b6fbb431980f92ecfaa530e557 100644 (file)
@@ -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