mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-03 02:41:24 +08:00
Add ldapcred fix
This commit is contained in:
parent
2f9789535f
commit
b12c14d1be
@ -114,6 +114,10 @@ do_bind(
|
||||
|
||||
if ( tag == LDAP_TAG_LDAPCRED ) {
|
||||
tag = ber_scanf( ber, "o", &cred );
|
||||
} else {
|
||||
tag = LDAP_TAG_LDAPCRED;
|
||||
cred.bv_val = NULL;
|
||||
cred.bv_len = 0;
|
||||
}
|
||||
|
||||
if ( tag != LBER_ERROR ) {
|
||||
|
Loading…
Reference in New Issue
Block a user