mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
bug fix
This commit is contained in:
parent
95bc47ce79
commit
2c677743ad
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ fail:
|
|||
ldap_pvt_thread_yield();
|
||||
} else if (rc == LDAP_RES_SEARCH_ENTRY) {
|
||||
e = ldap_first_entry(lc->ld,res);
|
||||
ldap_send_entry(be, op, lc, e, mapped_attrs, attrsonly);
|
||||
ldap_send_entry(be, op, lc, e, attrs, attrsonly);
|
||||
count++;
|
||||
ldap_msgfree(res);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue