mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
use the replication persistent search identity to check whether a modification must be replicated (ITS#5418)
This commit is contained in:
parent
013f78090d
commit
5417aa895a
@ -1214,7 +1214,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
||||
}
|
||||
|
||||
/* check if current o_req_dn is in scope and matches filter */
|
||||
if ( fc.fscope && test_filter( op, e, ss->s_op->ors_filter ) ==
|
||||
if ( fc.fscope && test_filter( ss->s_op, e, ss->s_op->ors_filter ) ==
|
||||
LDAP_COMPARE_TRUE ) {
|
||||
if ( saveit ) {
|
||||
sm = op->o_tmpalloc( sizeof(syncmatches), op->o_tmpmemctx );
|
||||
|
Loading…
Reference in New Issue
Block a user