mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Another concurrency typo.
This commit is contained in:
parent
d671c49b94
commit
5934367242
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue