Fix SEGV when ldapadd'ing new schema entries. This functionality needs work.

This commit is contained in:
Howard Chu 2006-06-18 02:51:58 +00:00
parent a9b0a78248
commit a79bc61e63

View File

@ -4680,6 +4680,7 @@ config_back_db_open( BackendDB *be )
return -1;
}
ce = e->e_private;
ce->ce_private = cfb->cb_config;
/* Create schema nodes for included schema... */
if ( cfb->cb_config->c_kids ) {