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

Zero out rs->sr_err before send_search_entry

parent 76453e82
No related branches found
No related tags found
No related merge requests found
......@@ -1263,6 +1263,7 @@ id2entry_retry:
rs->sr_attrs = sop->oq_search.rs_attrs;
rs->sr_ctrls = NULL;
rs->sr_flags = 0;
rs->sr_err = LDAP_SUCCESS;
result = send_search_entry( sop, rs );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment