mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Dynamically added databases did not have controls init'd
This commit is contained in:
parent
ef846c9105
commit
9c34d6c8c7
1 changed files with 3 additions and 0 deletions
|
|
@ -612,6 +612,9 @@ backend_db_init(
|
|||
nbackends--;
|
||||
}
|
||||
} else {
|
||||
if ( !bi->bi_nDB ) {
|
||||
backend_init_controls( bi );
|
||||
}
|
||||
bi->bi_nDB++;
|
||||
}
|
||||
return( be );
|
||||
|
|
|
|||
Loading…
Reference in a new issue