mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
parent
bfbc6fe4a6
commit
052aef5960
1 changed files with 2 additions and 1 deletions
|
|
@ -1109,7 +1109,8 @@ static int translucent_search(Operation *op, SlapReply *rs) {
|
|||
filter2bv_x( op, fr, &op->ors_filterstr );
|
||||
}
|
||||
rc = ov->db.bd_info->bi_op_search(op, rs);
|
||||
op->ors_attrs = tc.attrs;
|
||||
if ( op->ors_attrs == slap_anlist_all_attributes )
|
||||
op->ors_attrs = tc.attrs;
|
||||
op->o_bd = tc.db;
|
||||
if ( fl ) {
|
||||
op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
|
||||
|
|
|
|||
Loading…
Reference in a new issue