mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 21:04:45 -05:00
Fix: use overlay_entry_release_ov in overlay environment
This commit is contained in:
parent
599d83c7cd
commit
3a41f2c5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue