mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
ITS#6484 don't bypass other overlays' entry_release handler
This commit is contained in:
parent
d66792902f
commit
e85ca5d49a
1 changed files with 3 additions and 1 deletions
|
|
@ -1512,7 +1512,9 @@ rwm_send_entry( Operation *op, SlapReply *rs )
|
|||
goto fail;
|
||||
}
|
||||
|
||||
overlay_entry_release_ov( op, rs->sr_entry, 0, on );
|
||||
op->o_bd->bd_info = (BackendInfo *)on->on_info;
|
||||
be_entry_release_r( op, rs->sr_entry );
|
||||
op->o_bd->bd_info = (BackendInfo *)on;
|
||||
}
|
||||
|
||||
rs->sr_entry = e;
|
||||
|
|
|
|||
Loading…
Reference in a new issue