mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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;
|
||||
|
||||
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 New Issue
Block a user