mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
More for ITS#6045: clear o_callback as well.
This commit is contained in:
parent
4901d77f94
commit
2a4bce0633
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user