mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
if 0 out bad statslog
This commit is contained in:
parent
f43bf6b283
commit
b47d0d6b6a
1 changed files with 2 additions and 0 deletions
|
|
@ -890,12 +890,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue