mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 19:09:42 -05:00
ITS#5798, don't use per-DB schema-check flag
This commit is contained in:
parent
1dd88a8b11
commit
4d51be0c9b
1 changed files with 0 additions and 3 deletions
|
|
@ -4063,9 +4063,6 @@ add_syncrepl(
|
|||
"Config: ** successfully added syncrepl \"%s\"\n",
|
||||
BER_BVISNULL( &si->si_bindconf.sb_uri ) ?
|
||||
"(null)" : si->si_bindconf.sb_uri.bv_val, 0, 0 );
|
||||
if ( !si->si_schemachecking ) {
|
||||
SLAP_DBFLAGS(c->be) |= SLAP_DBFLAG_NO_SCHEMA_CHECK;
|
||||
}
|
||||
if ( c->be->be_syncinfo ) {
|
||||
si->si_cookieState = c->be->be_syncinfo->si_cookieState;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue