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
Nadezhda Ivanova
OpenLDAP
Commits
2c1f4683
Commit
2c1f4683
authored
Oct 10, 2002
by
Kurt Zeilenga
Browse files
Remove lint
parent
6a35d8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sasl.c
View file @
2c1f4683
...
...
@@ -830,7 +830,7 @@ slap_sasl_canonicalize(
* conflict with slap_sasl_authorize's use of this temp var.
*/
if
(
flags
==
SASL_CU_AUTHID
)
{
conn
->
c_sasl_dn
.
bv_val
=
in
;
conn
->
c_sasl_dn
.
bv_val
=
(
char
*
)
in
;
}
else
if
(
flags
==
SASL_CU_AUTHZID
&&
conn
->
c_sasl_dn
.
bv_val
)
{
rc
=
strcmp
(
in
,
conn
->
c_sasl_dn
.
bv_val
);
conn
->
c_sasl_dn
.
bv_val
=
NULL
;
...
...
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