Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
21db27a7
Commit
21db27a7
authored
Dec 20, 2002
by
Kurt Zeilenga
Browse files
correct fix
parent
bd458ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sasl.c
View file @
21db27a7
...
...
@@ -1070,14 +1070,12 @@ ok:
(
long
)
(
conn
?
conn
->
c_connid
:
-
1
),
0
,
0
);
#endif
#if 0
if
(
conn
->
c_sasl_bindop
)
{
Statslog
(
LDAP_DEBUG_STATS
,
"conn=%lu op=%lu BIND authcid=\"%s\"\n",
conn->c_connid, conn->c_sasl_bindop->o_opid,
auth
_
id
entity
, 0, 0);
"conn=%lu op=%lu BIND authcid=
\"
%s
\"\n
"
,
conn
->
c_connid
,
conn
->
c_sasl_bindop
->
o_opid
,
auth
c
id
,
0
,
0
);
}
#endif
*
errstr
=
NULL
;
return
SASL_OK
;
...
...
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