mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Avoid queueing response on abandoned psearches
This commit is contained in:
parent
9b516293b9
commit
b16478a5ca
@ -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 New Issue
Block a user