From: Howard Chu Date: Sat, 8 Nov 2008 16:48:48 +0000 (+0000) Subject: ITS#5798, don't use per-DB schema-check flag X-Git-Tag: ACLCHECK_0~1143 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d51be0c9b49bcf941329a422973d666e943618f;p=openldap ITS#5798, don't use per-DB schema-check flag --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 199c882c93..476cdae553 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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 {