free parent's reader lock. Thanks Gary!

This commit is contained in:
Kurt Zeilenga 1998-11-18 20:20:54 +00:00
parent 1fbe517aaf
commit e622bc85f8

View file

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