mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
yet another fix to previous commit
This commit is contained in:
parent
b85b28275f
commit
fbb31b58a1
@ -1308,8 +1308,10 @@ ldap_chain_db_config(
|
|||||||
int rc = SLAP_CONF_UNKNOWN;
|
int rc = SLAP_CONF_UNKNOWN;
|
||||||
|
|
||||||
if ( lc->lc_common_li == NULL ) {
|
if ( lc->lc_common_li == NULL ) {
|
||||||
|
void *be_private = be->be_private;
|
||||||
ldap_chain_db_init_common( be );
|
ldap_chain_db_init_common( be );
|
||||||
lc->lc_common_li = lc->lc_cfg_li = (ldapinfo_t *)be->be_private;
|
lc->lc_common_li = lc->lc_cfg_li = (ldapinfo_t *)be->be_private;
|
||||||
|
be->be_private = be_private;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Something for the chain database? */
|
/* Something for the chain database? */
|
||||||
|
Loading…
Reference in New Issue
Block a user