mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#2781 don't worry about missing updateref if SLAPD_MULTIMASTER
This commit is contained in:
parent
b0a1f2e956
commit
bd1356f01e
@ -334,6 +334,7 @@ int backend_startup(Backend *be)
|
|||||||
|
|
||||||
/* open each backend database */
|
/* open each backend database */
|
||||||
for( i = 0; i < nBackendDB; i++ ) {
|
for( i = 0; i < nBackendDB; i++ ) {
|
||||||
|
#ifndef SLAPD_MULTIMASTER
|
||||||
if ( backendDB[i].be_update_ndn.bv_val && (
|
if ( backendDB[i].be_update_ndn.bv_val && (
|
||||||
!backendDB[i].be_update_refs &&
|
!backendDB[i].be_update_refs &&
|
||||||
!backendDB[i].be_syncinfo &&
|
!backendDB[i].be_syncinfo &&
|
||||||
@ -351,6 +352,7 @@ int backend_startup(Backend *be)
|
|||||||
#endif
|
#endif
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* append global access controls */
|
/* append global access controls */
|
||||||
acl_append( &backendDB[i].be_acl, global_acl );
|
acl_append( &backendDB[i].be_acl, global_acl );
|
||||||
|
Loading…
Reference in New Issue
Block a user