Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
50a021a3
Commit
50a021a3
authored
May 24, 2018
by
Ondřej Kuzník
Browse files
Do not enforce a valid ld in lutil_sasl_interact
parent
05e0906f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblutil/sasl.c
View file @
50a021a3
...
...
@@ -216,8 +216,6 @@ int lutil_sasl_interact(
{
sasl_interact_t
*
interact
=
in
;
if
(
ld
==
NULL
)
return
LDAP_PARAM_ERROR
;
if
(
flags
==
LDAP_SASL_INTERACTIVE
)
{
fputs
(
_
(
"SASL Interaction
\n
"
),
stderr
);
}
...
...
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