mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Fix logging bug
This commit is contained in:
parent
101ec9c57f
commit
c9de004a86
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ slap_sasl_authorize(
|
|||
"authcid=\"%s\" authzid=\"%s\"\n",
|
||||
(long) (conn ? conn->c_connid : -1),
|
||||
authcid ? authcid : "<empty>",
|
||||
authcid ? authcid : "<empty>" );
|
||||
authzid ? authzid : "<empty>" );
|
||||
|
||||
if ( authzid == NULL || *authzid == '\0' ||
|
||||
strcmp( authcid, authzid ) == 0 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue