mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
fix num args in Debug()
This commit is contained in:
parent
161d648c8e
commit
d0ca539cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ int connections_init(void)
|
|||
NUM_CONNECTION_ARRAY, sizeof(ldap_pvt_thread_mutex_t) );
|
||||
if( connections_mutex == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY, "connections_init: "
|
||||
"allocation of connection mutex[%d] failed\n", i, 0, 0 );
|
||||
"allocation of connection mutexes failed\n", 0, 0, 0 );
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue