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
ingo Voss
OpenLDAP
Commits
bd458ef9
Commit
bd458ef9
authored
Dec 20, 2002
by
Kurt Zeilenga
Browse files
Quick fix for bad statslog
parent
57cbe3c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sasl.c
View file @
bd458ef9
...
...
@@ -1070,12 +1070,14 @@ 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_identity, 0, 0);
}
#endif
*
errstr
=
NULL
;
return
SASL_OK
;
...
...
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