]> git.sur5r.net Git - openldap/commitdiff
Add comments for config_overlay
authorHoward Chu <hyc@openldap.org>
Mon, 9 May 2005 10:41:05 +0000 (10:41 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 May 2005 10:41:05 +0000 (10:41 +0000)
servers/slapd/bconfig.c

index 1bd6e75ad6dbbb912ae70e2a64770b1387e7bbe9..89295d327c04c174eef759d7422061ba6f9f3715 100644 (file)
@@ -1514,6 +1514,9 @@ config_overlay(ConfigArgs *c) {
        } else if(overlay_config(c->be, c->argv[1])) {
                return(1);
        }
+       /* Setup context for subsequent config directives.
+        * The newly added overlay is at the head of the list.
+        */
        oi = (slap_overinfo *)c->be->bd_info;
        c->bi = &oi->oi_list->on_bi;
        return(0);