From: Howard Chu Date: Wed, 7 Dec 2005 11:34:16 +0000 (+0000) Subject: Distinguish error message for frontendDB config X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~628 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32fe0ead9f243f77ec7cd4dd35bb4966a73cc2c5;p=openldap Distinguish error message for frontendDB config --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 5e57b2703c..3959df44d0 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -792,7 +792,7 @@ read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft) } } - } else if ( c->be ) { + } else if ( c->be && c->be != frontendDB ) { rc = SLAP_CONF_UNKNOWN; if ( c->be->be_cf_ocs ) { ct = config_find_keyword( c->be->be_cf_ocs->co_table, c );