mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix typo
This commit is contained in:
parent
488862105f
commit
defed68e82
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ ldap_int_sasl_bind(
|
|||
(SASL_CONST char **)&ccred.bv_val,
|
||||
&credlen );
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "sasl_client_start: %d\n",
|
||||
Debug( LDAP_DEBUG_TRACE, "sasl_client_step: %d\n",
|
||||
saslrc, 0, 0 );
|
||||
|
||||
#if SASL_VERSION_MAJOR >= 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue