]> git.sur5r.net Git - openldap/commitdiff
yet another fix to previous commit
authorPierangelo Masarati <ando@openldap.org>
Sun, 20 Nov 2005 00:29:35 +0000 (00:29 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 20 Nov 2005 00:29:35 +0000 (00:29 +0000)
servers/slapd/back-ldap/chain.c

index 367643a67997161c22c5be26929c8ed8a5cbdf22..968be60c340086c6aa1327892afeb6ab67058549 100644 (file)
@@ -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? */