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

Init ors_limit to NULL

parent 0f185de2
Branches
Tags
No related merge requests found
......@@ -328,6 +328,7 @@ static int unique_search(
nop->o_tag = LDAP_REQ_SEARCH;
nop->ors_scope = LDAP_SCOPE_SUBTREE;
nop->ors_deref = LDAP_DEREF_NEVER;
nop->ors_limit = NULL;
nop->ors_slimit = SLAP_NO_LIMIT;
nop->ors_tlimit = SLAP_NO_LIMIT;
nop->ors_attrs = slap_anlist_no_attrs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment