More #5728 fallout

This commit is contained in:
Howard Chu 2008-10-07 01:59:52 +00:00
parent 3a41f2c5a2
commit 5313745e77

View file

@ -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;