mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
ITS#10440 slapo-syncprov: do not propagate request controls to internal ops
This commit is contained in:
parent
2122bc0856
commit
c2fd8cc9cf
1 changed files with 3 additions and 0 deletions
|
|
@ -2290,6 +2290,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