mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
ITS#9576 Populate ca_desc for EMIT too
This commit is contained in:
parent
40ef1b963c
commit
1a92f417a6
1 changed files with 1 additions and 0 deletions
|
|
@ -6864,6 +6864,7 @@ config_build_attrs( Entry *e, AttributeType **at, AttributeDescription *ad,
|
|||
continue;
|
||||
for (i=0;ct[i].name;i++) {
|
||||
if (ct[i].ad == (*at)->sat_ad) {
|
||||
c->ca_desc = &ct[i];
|
||||
rc = config_get_vals(&ct[i], c);
|
||||
/* NOTE: tolerate that config_get_vals()
|
||||
* returns success with no values */
|
||||
|
|
|
|||
Loading…
Reference in a new issue