mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Minor cleanup
This commit is contained in:
parent
afe2f36d16
commit
a3837b107a
@ -767,8 +767,8 @@ slap_sasl_authorize(
|
|||||||
ok:
|
ok:
|
||||||
if (conn->c_sasl_bindop) {
|
if (conn->c_sasl_bindop) {
|
||||||
Statslog( LDAP_DEBUG_STATS,
|
Statslog( LDAP_DEBUG_STATS,
|
||||||
"conn=%lu op=%lu BIND authcid=\"%s\"\n",
|
"conn=%lu op=%lu BIND authcid=\"%s\"\n",
|
||||||
conn->c_connid, conn->c_sasl_bindop->o_opid,
|
conn->c_connid, conn->c_sasl_bindop->o_opid,
|
||||||
auth_identity, 0, 0);
|
auth_identity, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -892,8 +892,8 @@ ok:
|
|||||||
|
|
||||||
if (conn->c_sasl_bindop) {
|
if (conn->c_sasl_bindop) {
|
||||||
Statslog( LDAP_DEBUG_STATS,
|
Statslog( LDAP_DEBUG_STATS,
|
||||||
"conn=%lu op=%lu BIND authcid=\"%s\"\n",
|
"conn=%lu op=%lu BIND authcid=\"%s\"\n",
|
||||||
conn->c_connid, conn->c_sasl_bindop->o_opid,
|
conn->c_connid, conn->c_sasl_bindop->o_opid,
|
||||||
authcid, 0, 0);
|
authcid, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user