mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Update ld->ld_errno if LDAP_DECODING_ERROR...
This commit is contained in:
parent
fa62e37667
commit
91e24173d0
@ -316,7 +316,7 @@ ldap_parse_result(
|
||||
}
|
||||
|
||||
if ( tag == LBER_ERROR ) {
|
||||
errcode = LDAP_DECODING_ERROR;
|
||||
ld->ld_errno = errcode = LDAP_DECODING_ERROR;
|
||||
}
|
||||
|
||||
if( ber != NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user