mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#7178 fix uninit'd op->ors_deref
This commit is contained in:
parent
c4d78a17c3
commit
3792e9ec59
1 changed files with 1 additions and 0 deletions
|
|
@ -3418,6 +3418,7 @@ refresh_query( Operation *op, CachedQuery *query, slap_overinst *on )
|
|||
op->o_req_dn = query->qbase->base;
|
||||
op->o_req_ndn = query->qbase->base;
|
||||
op->ors_scope = query->scope;
|
||||
op->ors_deref = LDAP_DEREF_NEVER;
|
||||
op->ors_slimit = SLAP_NO_LIMIT;
|
||||
op->ors_tlimit = SLAP_NO_LIMIT;
|
||||
op->ors_limit = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue