Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
554dff19
Commit
554dff19
authored
Nov 30, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Dec 02, 2020
Browse files
ITS#9409 saslauthz: use slap_sl_free in prev commit
parent
c0b61a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
554dff19
...
...
@@ -860,7 +860,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