Fixed previous again, using o_bd->bd_self is safer.

This commit is contained in:
Rein Tollevik 2009-04-04 20:09:43 +00:00
parent aef88182ab
commit 4901d77f94

View File

@ -1252,7 +1252,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
oh = *op->o_hdr;
oh.oh_conn = ss->s_op->o_conn;
oh.oh_connid = ss->s_op->o_connid;
op2.o_bd = op->o_bd;
op2.o_bd = op->o_bd->bd_self;
op2.o_hdr = &oh;
op2.o_extra = op->o_extra;
rc = test_filter( &op2, e, ss->s_op->ors_filter );