diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-07-04 11:58:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-04 11:58:10 -0700 |
| commit | c6200b54679f7e65d4a1036cece3d6cb08ccb9c5 (patch) | |
| tree | e37ad76ba3e69a94e1ebd970c6f4700a99ee23ab /bgpd/bgp_aspath.c | |
| parent | 8186327f3d2a5028b55eab9a04c31b5ccd68afd1 (diff) | |
| parent | e703a0f3afd3469afdc57994a38245cf2ada4e00 (diff) | |
Merge pull request #742 from qlyoung/hashstats
Hashtable statistics
Diffstat (limited to 'bgpd/bgp_aspath.c')
| -rw-r--r-- | bgpd/bgp_aspath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_aspath.c b/bgpd/bgp_aspath.c index f9daeb2ed3..f304b3a1b7 100644 --- a/bgpd/bgp_aspath.c +++ b/bgpd/bgp_aspath.c @@ -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 |
