mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 04:13:55 -05:00
Fix prev commit
This commit is contained in:
parent
df3da23811
commit
0b70e471f0
1 changed files with 2 additions and 0 deletions
|
|
@ -5368,6 +5368,7 @@ config_build_entry( Operation *op, SlapReply *rs, CfEntryInfo *parent,
|
|||
attr_merge_normalize_one(e, ad, &val, NULL );
|
||||
|
||||
oc = main->co_oc;
|
||||
c->table = main->co_type;
|
||||
if ( oc->soc_required )
|
||||
config_build_attrs( e, oc->soc_required, ad, main->co_table, c );
|
||||
|
||||
|
|
@ -5376,6 +5377,7 @@ config_build_entry( Operation *op, SlapReply *rs, CfEntryInfo *parent,
|
|||
|
||||
if ( extra ) {
|
||||
oc = extra->co_oc;
|
||||
c->table = extra->co_type;
|
||||
if ( oc->soc_required )
|
||||
config_build_attrs( e, oc->soc_required, ad, extra->co_table, c );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue