mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix SEGV when ldapadd'ing new schema entries. This functionality needs work.
This commit is contained in:
parent
a9b0a78248
commit
a79bc61e63
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue