ITS#2781 skip updateref check whem Multimaster is enabled

This commit is contained in:
Howard Chu 2003-12-02 02:28:42 +00:00
parent c65990d5a2
commit 8afb92aad9

View file

@ -314,6 +314,7 @@ int backend_startup(Backend *be)
/* open each backend database */
for( i = 0; i < nBackendDB; i++ ) {
#ifndef SLAPD_MULTIMASTER
if ( backendDB[i].be_update_ndn.bv_val && (
!backendDB[i].be_update_refs &&
!default_referral ) ) {
@ -329,6 +330,7 @@ int backend_startup(Backend *be)
#endif
return -1;
}
#endif
/* append global access controls */
acl_append( &backendDB[i].be_acl, global_acl );