From: Howard Chu Date: Sat, 24 Feb 2007 17:34:40 +0000 (+0000) Subject: Fix prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~647 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b70e471f05efec22a254799c89f80e477fbcc39;p=openldap Fix prev commit --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 6385306f1a..09ed0a9193 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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 );