mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 23:03:21 -05:00
ITS#5506 reset op2.o_extra
This commit is contained in:
parent
8921793615
commit
c7a49fcfc5
1 changed files with 4 additions and 1 deletions
|
|
@ -1224,8 +1224,11 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
|||
}
|
||||
}
|
||||
|
||||
if ( fc.fscope )
|
||||
if ( fc.fscope ) {
|
||||
op2 = *ss->s_op;
|
||||
op2.o_hdr = op->o_hdr;
|
||||
op2.o_extra = op->o_extra;
|
||||
}
|
||||
|
||||
/* check if current o_req_dn is in scope and matches filter */
|
||||
if ( fc.fscope && test_filter( &op2, e, ss->s_op->ors_filter ) ==
|
||||
|
|
|
|||
Loading…
Reference in a new issue