mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Minor bug fix in ldap_parse_extended_result.
This commit is contained in:
parent
f4761ccd4a
commit
84be63096b
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ ldap_parse_extended_result (
|
|||
return ld->ld_errno;
|
||||
}
|
||||
|
||||
if( res->lm_msgtype == LDAP_RES_EXTENDED ) {
|
||||
if( res->lm_msgtype != LDAP_RES_EXTENDED ) {
|
||||
ld->ld_errno = LDAP_PARAM_ERROR;
|
||||
return ld->ld_errno;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue