mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix SEGV when ldapadd'ing new schema entries. This functionality needs work.
This commit is contained in:
parent
a9b0a78248
commit
a79bc61e63
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user