mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
More #5728 fallout
This commit is contained in:
parent
3a41f2c5a2
commit
5313745e77
1 changed files with 3 additions and 3 deletions
|
|
@ -829,7 +829,7 @@ static int translucent_search_cb(Operation *op, SlapReply *rs) {
|
|||
if ( re ) {
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTRELEASE ) {
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTRELEASE;
|
||||
be_entry_release_r( op, rs->sr_entry );
|
||||
overlay_entry_release_ov( op, rs->sr_entry, 0, on );
|
||||
}
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTBEFREED ) {
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTBEFREED;
|
||||
|
|
@ -863,7 +863,7 @@ static int translucent_search_cb(Operation *op, SlapReply *rs) {
|
|||
re = entry_dup( rs->sr_entry );
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTRELEASE ) {
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTRELEASE;
|
||||
be_entry_release_r( op, rs->sr_entry );
|
||||
overlay_entry_release_ov( op, rs->sr_entry, 0, on );
|
||||
}
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTBEFREED ) {
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTBEFREED;
|
||||
|
|
@ -906,7 +906,7 @@ static int translucent_search_cb(Operation *op, SlapReply *rs) {
|
|||
if ( tc->step & LCL_SIDE ) {
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTRELEASE ) {
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTRELEASE;
|
||||
be_entry_release_r( op, rs->sr_entry );
|
||||
overlay_entry_release_ov( op, rs->sr_entry, 0, on );
|
||||
}
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTBEFREED ) {
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTBEFREED;
|
||||
|
|
|
|||
Loading…
Reference in a new issue