Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
b1c1a5eb
Commit
b1c1a5eb
authored
Nov 30, 2020
by
Howard Chu
Browse files
ITS#9409 saslauthz: use slap_sl_free in prev commit
parent
0e09c857
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
b1c1a5eb
...
...
@@ -858,7 +858,7 @@ done:
if
(
lud_dn
)
{
if
(
ludp
->
lud_dn
!=
lud_dn
)
{
ch
_free
(
ludp
->
lud_dn
);
slap_sl
_free
(
ludp
->
lud_dn
,
ctx
);
}
ludp
->
lud_dn
=
lud_dn
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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