Skip to content
Snippets Groups Projects
Commit 59e77984 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_mutex_unlock

parent 5d9e32fa
Branches
Tags
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment