]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit, no syncinfo in RE21
authorHoward Chu <hyc@openldap.org>
Sun, 12 Oct 2003 01:19:22 +0000 (01:19 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 12 Oct 2003 01:19:22 +0000 (01:19 +0000)
servers/slapd/backend.c

index 4cd310d056130112ab0eab743759b6b61854ff9a..0f45b39e79560b96868adc73aeea5abb0f84d7a9 100644 (file)
@@ -316,7 +316,6 @@ int backend_startup(Backend *be)
        for( i = 0; i < nBackendDB; i++ ) {
                if ( backendDB[i].be_update_ndn.bv_val && (
                        !backendDB[i].be_update_refs &&
-                       !backendDB[i].syncinfo &&
                        !default_referral ) ) {
 #ifdef NEW_LOGGING
                        LDAP_LOG( BACKEND, CRIT,