mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 03:44:58 -05:00
Minor cleanup of last commit
This commit is contained in:
parent
fb852d7d80
commit
22688a7ad6
1 changed files with 1 additions and 2 deletions
|
|
@ -636,10 +636,9 @@ int slap_sasl_bind(
|
|||
}
|
||||
|
||||
if ( !conn->c_sasl_bind_in_progress ) {
|
||||
const char *kludge = "";
|
||||
sc = sasl_server_start( ctx,
|
||||
conn->c_sasl_bind_mech,
|
||||
cred->bv_len ? cred->bv_val : kludge,
|
||||
cred->bv_len ? cred->bv_val : "",
|
||||
cred->bv_len,
|
||||
(char **)&response.bv_val, &reslen, &errstr );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue