Skip to content
Snippets Groups Projects
Commit 59343672 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Another concurrency typo.

parent d671c49b
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ monitor_info( Connection *conn, Operation *op )
attr_merge( e, "nbackends", vals );
#ifdef HAVE_THREAD_CONCURRENCY
sprintf( buf, "%d", ldap_pvt_thread_getconcurrency() );
sprintf( buf, "%d", ldap_pvt_thread_get_concurrency() );
val.bv_val = buf;
val.bv_len = strlen( buf );
attr_merge( e, "concurrency", vals );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment