]> git.sur5r.net Git - openldap/commitdiff
Init ors_limit to NULL
authorHoward Chu <hyc@openldap.org>
Tue, 1 Feb 2005 15:11:33 +0000 (15:11 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Feb 2005 15:11:33 +0000 (15:11 +0000)
servers/slapd/overlays/unique.c

index e9f60fb8e1e0dd9fddec51bc18880a4ac7317ee9..d44e205fdf7003441d8d1409be58d8ca916eac9a 100644 (file)
@@ -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;