mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
typo in comment
This commit is contained in:
parent
e779235391
commit
76bab2b6df
1 changed files with 2 additions and 2 deletions
|
|
@ -120,14 +120,14 @@ ldap_sasl_bind(
|
|||
cred );
|
||||
|
||||
} else if ( cred == NULL || cred->bv_val == NULL ) {
|
||||
/* SASL bind w/o creditials */
|
||||
/* SASL bind w/o credentials */
|
||||
rc = ber_printf( ber, "{it{ist{sN}N}" /*}*/,
|
||||
id, LDAP_REQ_BIND,
|
||||
ld->ld_version, dn, LDAP_AUTH_SASL,
|
||||
mechanism );
|
||||
|
||||
} else {
|
||||
/* SASL bind w/ creditials */
|
||||
/* SASL bind w/ credentials */
|
||||
rc = ber_printf( ber, "{it{ist{sON}N}" /*}*/,
|
||||
id, LDAP_REQ_BIND,
|
||||
ld->ld_version, dn, LDAP_AUTH_SASL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue