mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix previous commit
This commit is contained in:
parent
0b6772492f
commit
c04f3e7706
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ ldap_back_op_result(struct ldapconn *lc, Connection *conn, Operation *op,
|
|||
int rc;
|
||||
|
||||
if (err == LDAP_SUCCESS) {
|
||||
if (ldap_result(lc->ld, msgid, 0, NULL, &res) == -1) {
|
||||
if (ldap_result(lc->ld, msgid, 1, NULL, &res) == -1) {
|
||||
ldap_get_option(lc->ld, LDAP_OPT_ERROR_NUMBER, &err);
|
||||
} else {
|
||||
rc = ldap_parse_result(lc->ld, res, &err, &match,
|
||||
|
|
|
|||
Loading…
Reference in a new issue