]> git.sur5r.net Git - openldap/commitdiff
ITS#5276 from HEAD
authorHoward Chu <hyc@openldap.org>
Fri, 14 Dec 2007 04:16:57 +0000 (04:16 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 14 Dec 2007 04:16:57 +0000 (04:16 +0000)
servers/slapd/config.c

index 55505ba6c1194eca034047a9667945854f1f5ce7..d8c2a035c29a6bb399728bd0fda20ac293202869 100644 (file)
@@ -859,6 +859,10 @@ read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft)
        rc = 0;
 
 done:
+       if ( cf ) {
+               cf->be = c->be;
+               cf->bi = c->bi;
+       }
        ch_free(c->tline);
        fclose(fp);
        ch_free(c->argv);