Add ldapcred fix

This commit is contained in:
Kurt Zeilenga 2000-09-28 19:15:34 +00:00
parent 2f9789535f
commit b12c14d1be

View File

@ -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 ) {