ITS#5798, don't use per-DB schema-check flag

This commit is contained in:
Howard Chu 2008-11-08 16:48:48 +00:00
parent 1dd88a8b11
commit 4d51be0c9b

View file

@ -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 {