mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Fix c_mutex typo.
This commit is contained in:
parent
f8b9b03d53
commit
6553a1fc77
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ send_ldap_result2(
|
|||
conn->c_writewaiter = 0;
|
||||
}
|
||||
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_write_mutex );
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_mutex );
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_write_mutex );
|
||||
|
||||
#ifdef LDAP_COUNTERS
|
||||
|
|
|
|||
Loading…
Reference in a new issue