mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_mutex_unlock
This commit is contained in:
parent
5d9e32fa34
commit
59e7798448
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ cache_add_entry_rw(
|
|||
|
||||
if( cache_entry_private_init(e) != 0 ) {
|
||||
/* free cache mutex */
|
||||
ldap_pvt_thread_mutex_lock( &cache->c_mutex );
|
||||
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
|
||||
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"====> cache_add_entry( %ld ): \"%s\": private init failed!\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue