]> git.sur5r.net Git - openldap/commitdiff
ITS#4227 delta-sync should use subtree search
authorHoward Chu <hyc@openldap.org>
Tue, 29 Nov 2005 11:44:43 +0000 (11:44 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 29 Nov 2005 11:44:43 +0000 (11:44 +0000)
servers/slapd/syncrepl.c

index abce34456cc44687cf55e7bae5d7294f85b078e6..2fd3d59f594084b0e1d2a494d04d859ae75b5457 100644 (file)
@@ -349,7 +349,7 @@ ldap_sync_search(
                filter = si->si_logfilterstr.bv_val;
                attrs = lattrs;
                attrsonly = 0;
-               scope = LDAP_SCOPE_ONELEVEL;
+               scope = LDAP_SCOPE_SUBTREE;
        } else {
                rhint = 1;
                base = si->si_base.bv_val;