Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
1a92f417
Commit
1a92f417
authored
Dec 06, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Dec 14, 2021
Browse files
ITS#9576 Populate ca_desc for EMIT too
parent
40ef1b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
1a92f417
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment