mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
ITS#9576 Populate ca_desc for EMIT too
This commit is contained in:
parent
40ef1b963c
commit
1a92f417a6
@ -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…
x
Reference in New Issue
Block a user