From: Pierangelo Masarati Date: Sun, 20 Nov 2005 00:29:35 +0000 (+0000) Subject: yet another fix to previous commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~770 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fbb31b58a1a40bb6aab5e3827d7dd48d2a397586;p=openldap yet another fix to previous commit --- diff --git a/servers/slapd/back-ldap/chain.c b/servers/slapd/back-ldap/chain.c index 367643a679..968be60c34 100644 --- a/servers/slapd/back-ldap/chain.c +++ b/servers/slapd/back-ldap/chain.c @@ -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? */