mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Avoid queueing response on abandoned psearches
This commit is contained in:
parent
9b516293b9
commit
b16478a5ca
1 changed files with 3 additions and 0 deletions
|
|
@ -1180,6 +1180,9 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
|||
int found = 0;
|
||||
|
||||
snext = ss->s_next;
|
||||
if ( ss->s_op->o_abandon )
|
||||
continue;
|
||||
|
||||
/* validate base */
|
||||
fc.fss = ss;
|
||||
fc.fbase = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue