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

index 4c8c9874e34e9e6b4e03bdee634827e6f1ecad36..93fdf1dc5f4ec645f666a75045283db34001fef2 100644 (file)
@@ -843,6 +843,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);