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 /lib/qobj.c | |
| parent | 8186327f3d2a5028b55eab9a04c31b5ccd68afd1 (diff) | |
| parent | e703a0f3afd3469afdc57994a38245cf2ada4e00 (diff) | |
Merge pull request #742 from qlyoung/hashstats
Hashtable statistics
Diffstat (limited to 'lib/qobj.c')
| -rw-r--r-- | lib/qobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qobj.c b/lib/qobj.c index 4cf7fbca7b..8fa8163970 100644 --- a/lib/qobj.c +++ b/lib/qobj.c @@ -97,7 +97,7 @@ void qobj_init (void) if (!nodes) { pthread_rwlock_init (&nodes_lock, NULL); - nodes = hash_create (qobj_key, qobj_cmp); + nodes = hash_create (qobj_key, qobj_cmp, NULL); } } |
