From 0f185de2b07881cc99422e4fd91c504dd7a15676 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 1 Feb 2005 14:02:53 +0000 Subject: [PATCH] Fix uninit'd search limits --- servers/slapd/overlays/refint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/overlays/refint.c b/servers/slapd/overlays/refint.c index 4f522d789c..ff6cb83350 100644 --- a/servers/slapd/overlays/refint.c +++ b/servers/slapd/overlays/refint.c @@ -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; -- 2.39.5