Skip to content
Snippets Groups Projects
Commit bd1356f0 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2781 don't worry about missing updateref if SLAPD_MULTIMASTER

parent b0a1f2e9
Branches
Tags
No related merge requests found
......@@ -334,6 +334,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 &&
!backendDB[i].be_syncinfo &&
......@@ -351,6 +352,7 @@ int backend_startup(Backend *be)
#endif
return -1;
}
#endif
/* append global access controls */
acl_append( &backendDB[i].be_acl, global_acl );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment