Fix prev commit

This commit is contained in:
Howard Chu 2005-07-22 01:53:19 +00:00
parent 4e6fd1a44f
commit 38968623d1

View 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 );