Avoid queueing response on abandoned psearches

This commit is contained in:
Howard Chu 2008-04-29 22:09:12 +00:00
parent 9b516293b9
commit b16478a5ca

View File

@ -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;