]> git.sur5r.net Git - openldap/commitdiff
Fix uninit'd search limits
authorHoward Chu <hyc@openldap.org>
Tue, 1 Feb 2005 14:02:53 +0000 (14:02 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Feb 2005 14:02:53 +0000 (14:02 +0000)
servers/slapd/overlays/refint.c

index 4f522d789c6ff850844aa037f6e5c5ee36b40b24..ff6cb833506bd1c643774c64f89e26c9aad421ae 100644 (file)
@@ -551,6 +551,7 @@ refint_response(
        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;