mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 07:13:41 -05:00
Zero out rs->sr_err before send_search_entry
This commit is contained in:
parent
76453e82ea
commit
0e2a12142a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue