mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix typo
This commit is contained in:
parent
948f31cd85
commit
9e37451421
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ int slap_sasl_bind(
|
|||
|
||||
} else if ( sc == SASL_CONTINUE ) {
|
||||
send_ldap_sasl( conn, op, rc = LDAP_SASL_BIND_IN_PROGRESS,
|
||||
NULL, NULL, NULL, NULL, &response );
|
||||
NULL, NULL, NULL, NULL, &response );
|
||||
|
||||
} else {
|
||||
send_ldap_result( conn, op, rc = slap_sasl_err2ldap( sc ),
|
||||
|
|
|
|||
Loading…
Reference in a new issue