ITS#6484 don't bypass other overlays' entry_release handler

This commit is contained in:
Howard Chu 2010-03-03 23:36:29 +00:00
parent d66792902f
commit e85ca5d49a

View file

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