mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
Update ld->ld_errno if LDAP_DECODING_ERROR...
This commit is contained in:
parent
fa62e37667
commit
91e24173d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue