mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 22:33:07 -05:00
yet another fix to previous commit
This commit is contained in:
parent
b85b28275f
commit
fbb31b58a1
1 changed files with 2 additions and 0 deletions
|
|
@ -1308,8 +1308,10 @@ ldap_chain_db_config(
|
|||
int rc = SLAP_CONF_UNKNOWN;
|
||||
|
||||
if ( lc->lc_common_li == NULL ) {
|
||||
void *be_private = be->be_private;
|
||||
ldap_chain_db_init_common( be );
|
||||
lc->lc_common_li = lc->lc_cfg_li = (ldapinfo_t *)be->be_private;
|
||||
be->be_private = be_private;
|
||||
}
|
||||
|
||||
/* Something for the chain database? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue