]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 22 Jul 2005 01:53:19 +0000 (01:53 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 22 Jul 2005 01:53:19 +0000 (01:53 +0000)
servers/slapd/bconfig.c

index 1ba2f24c14be1d1ab3de8a7f2c2300205390bb83..3e88c3f9095b69e95c616cfc385d969823759945 100644 (file)
@@ -4084,6 +4084,7 @@ config_back_db_init( BackendDB *be )
 
        cfb = ch_calloc( 1, sizeof(CfBackInfo));
        cfb->cb_config = ch_calloc( 1, sizeof(ConfigFile));
+       cfn = cfb->cb_config;
        be->be_private = cfb;
 
        ber_dupbv( &be->be_rootdn, &config_rdn );