mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add comments for config_overlay
This commit is contained in:
parent
1d283c2154
commit
b8bfb044d1
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue