Skip to content
Snippets Groups Projects
Commit 1e5f43dd authored by Howard Chu's avatar Howard Chu
Browse files

In aci_set_gather propagate op->o_private to subordinate search

parent 85bc7ccd
No related branches found
No related tags found
No related merge requests found
......@@ -2042,6 +2042,7 @@ aci_set_gather( SetCookie *cookie, struct berval *name, AttributeDescription *de
op2.ors_tlimit = SLAP_NO_LIMIT;
op2.ors_attrs = anlistp;
op2.ors_attrsonly = 0;
op2.o_private = cp->op->o_private;
cb.sc_private = &p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment