From 4d51be0c9b49bcf941329a422973d666e943618f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 8 Nov 2008 16:48:48 +0000 Subject: [PATCH] ITS#5798, don't use per-DB schema-check flag --- servers/slapd/syncrepl.c | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.39.5