mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fixed previous again, using o_bd->bd_self is safer.
This commit is contained in:
parent
aef88182ab
commit
4901d77f94
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user