mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 14:53:13 -05:00
ITS#10440 slapo-syncprov: do not propagate request controls to internal ops
This commit is contained in:
parent
813cf829e4
commit
927629417d
1 changed files with 3 additions and 0 deletions
|
|
@ -2294,6 +2294,9 @@ syncprov_play_accesslog( Operation *op, SlapReply *rs, sync_control *srs,
|
|||
fop.o_bd = db;
|
||||
fop.o_dn = db->be_rootdn;
|
||||
fop.o_ndn = db->be_rootndn;
|
||||
|
||||
memset( fop.o_ctrlflag, 0, sizeof(fop.o_ctrlflag) );
|
||||
|
||||
rc = be_entry_get_rw( &fop, &si->si_logbase, NULL, ad_minCSN, 0, &e );
|
||||
if ( rc ) {
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue