ITS#4047 fix nested overlay configuration

This commit is contained in:
Howard Chu 2005-09-28 08:30:14 +00:00
parent a88f0c5461
commit 98a13edc39

View File

@ -145,6 +145,8 @@ over_db_config(
ct = config_find_keyword( on->on_bi.bi_cf_ocs->co_table, &ca );
if ( ct ) {
rc = config_add_vals( ct, &ca );
if ( rc != SLAP_CONF_UNKNOWN )
break;
}
}
if (on->on_bi.bi_db_config && rc == SLAP_CONF_UNKNOWN) {