mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
Fix prev commit
This commit is contained in:
parent
4e6fd1a44f
commit
38968623d1
1 changed files with 1 additions and 0 deletions
|
|
@ -4084,6 +4084,7 @@ config_back_db_init( BackendDB *be )
|
|||
|
||||
cfb = ch_calloc( 1, sizeof(CfBackInfo));
|
||||
cfb->cb_config = ch_calloc( 1, sizeof(ConfigFile));
|
||||
cfn = cfb->cb_config;
|
||||
be->be_private = cfb;
|
||||
|
||||
ber_dupbv( &be->be_rootdn, &config_rdn );
|
||||
|
|
|
|||
Loading…
Reference in a new issue