Fix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_mutex_unlock

This commit is contained in:
Hallvard Furuseth 1999-04-11 19:36:19 +00:00
parent 5d9e32fa34
commit 59e7798448

View File

@ -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",