Skip to content
Snippets Groups Projects
Commit e622bc85 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

free parent's reader lock. Thanks Gary!

parent 1fbe517a
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ ldbm_back_delete(
/* free entry and writer lock */
cache_return_entry_w( &li->li_cache, e );
if ( p )
cache_return_entry_r( &li->li_cache, p );
send_ldap_result( conn, op, LDAP_SUCCESS, "", "" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment