]> git.sur5r.net Git - openldap/commitdiff
Distinguish error message for frontendDB config
authorHoward Chu <hyc@openldap.org>
Wed, 7 Dec 2005 11:34:16 +0000 (11:34 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 7 Dec 2005 11:34:16 +0000 (11:34 +0000)
servers/slapd/config.c

index 5e57b2703c761b02cd543e5edc8da3b6549316e9..3959df44d085c4d9258bf4403e053085da94e864 100644 (file)
@@ -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 );