]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_aspath.c
*: update hash_create(), hash_create_size()
[mirror_frr.git] / bgpd / bgp_aspath.c
index f9daeb2ed34ff4f41cf89208dbe5a95b15593927..f304b3a1b707a01f7e1acb0708f40073633cee31 100644 (file)
@@ -2134,7 +2134,7 @@ aspath_cmp (const void *arg1, const void *arg2)
 void
 aspath_init (void)
 {
-  ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
+  ashash = hash_create_size (32768, aspath_key_make, aspath_cmp, NULL);
 }
 
 void