Fix: use overlay_entry_release_ov in overlay environment

This commit is contained in:
Howard Chu 2008-10-07 01:45:42 +00:00
parent 599d83c7cd
commit 3a41f2c5a2

View file

@ -1367,7 +1367,7 @@ rwm_send_entry( Operation *op, SlapReply *rs )
(void)rwm_attrs( op, rs, &e->e_attrs, 1 );
if ( rs->sr_flags & REP_ENTRY_MUSTRELEASE ) {
be_entry_release_rw( op, rs->sr_entry, 0 );
overlay_entry_release_ov( op, rs->sr_entry, 0, on );
}
rs->sr_entry = e;