ITS#10440 slapo-syncprov: do not propagate request controls to internal ops

This commit is contained in:
Ondřej Kuzník 2026-02-05 16:16:17 +00:00 committed by Quanah Gibson-Mount
parent 813cf829e4
commit 927629417d

View file

@ -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;