mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
More for ITS#6045: clear o_callback as well.
This commit is contained in:
parent
4901d77f94
commit
2a4bce0633
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue