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
Oren Tirosh
OpenLDAP
Commits
0e09c857
Commit
0e09c857
authored
Nov 30, 2020
by
Howard Chu
Browse files
ITS#9409 saslauthz: use ch_free on normalized DN
parent
a11b719c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
0e09c857
...
@@ -858,7 +858,7 @@ done:
...
@@ -858,7 +858,7 @@ done:
if
(
lud_dn
)
{
if
(
lud_dn
)
{
if
(
ludp
->
lud_dn
!=
lud_dn
)
{
if
(
ludp
->
lud_dn
!=
lud_dn
)
{
ber_mem
free
(
ludp
->
lud_dn
);
ch_
free
(
ludp
->
lud_dn
);
}
}
ludp
->
lud_dn
=
lud_dn
;
ludp
->
lud_dn
=
lud_dn
;
}
}
...
...
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