Skip to content
Snippets Groups Projects
Commit 640bc864 authored by Howard Chu's avatar Howard Chu
Browse files

Use specific msg id instead of ANY to retrieve search results

parent 6c1a786d
Branches
Tags
No related merge requests found
......@@ -258,7 +258,7 @@ fail:;
for ( count=0, rc=0;
rc != -1;
rc = ldap_result(lc->ld, LDAP_RES_ANY, 0, &tv, &res))
rc = ldap_result(lc->ld, msgid, 0, &tv, &res))
{
/* check for abandon */
if (op->o_abandon) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment