More for ITS#6045: clear o_callback as well.

This commit is contained in:
Rein Tollevik 2009-04-04 20:25:38 +00:00
parent 4901d77f94
commit 2a4bce0633

View File

@ -1255,6 +1255,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
op2.o_bd = op->o_bd->bd_self;
op2.o_hdr = &oh;
op2.o_extra = op->o_extra;
op2.o_callback = NULL;
rc = test_filter( &op2, e, ss->s_op->ors_filter );
}