mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix typo
This commit is contained in:
parent
948f31cd85
commit
9e37451421
@ -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 New Issue
Block a user