mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_mutex_unlock
This commit is contained in:
parent
5d9e32fa34
commit
59e7798448
@ -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 New Issue
Block a user