mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#7178 fix uninit'd op->ors_deref
This commit is contained in:
parent
c4d78a17c3
commit
3792e9ec59
@ -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 New Issue
Block a user