Skip to content
Snippets Groups Projects
Commit 84be6309 authored by Mark Valence's avatar Mark Valence
Browse files

Minor bug fix in ldap_parse_extended_result.

parent f4761ccd
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment