mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
free parent's reader lock. Thanks Gary!
This commit is contained in:
parent
1fbe517aaf
commit
e622bc85f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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, "", "" );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue