mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
cleanup candidate list in case of abandon, even if it occurs while selecting candidates
This commit is contained in:
parent
433c7923c5
commit
779d94312f
1 changed files with 1 additions and 0 deletions
|
|
@ -1945,6 +1945,7 @@ backsql_search( Operation *op, SlapReply *rs )
|
|||
|
||||
/* check for abandon */
|
||||
if ( op->o_abandon ) {
|
||||
eid = bsi.bsi_id_list;
|
||||
rs->sr_err = SLAPD_ABANDON;
|
||||
goto send_results;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue