]> git.sur5r.net Git - openldap/commitdiff
ITS#4047 fix nested overlay configuration
authorHoward Chu <hyc@openldap.org>
Wed, 28 Sep 2005 08:30:14 +0000 (08:30 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 28 Sep 2005 08:30:14 +0000 (08:30 +0000)
servers/slapd/backover.c

index 8260f29a6d863e9fd1eecd9bb3115824d8decf95..4f5d1042f92a2cb4367dce7d72a4cbfbf7d994e6 100644 (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) {