mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 07:43:16 -05:00
ITS#6519 don't replicate purge deletes
This commit is contained in:
parent
3dadeb3efe
commit
68ce33cd77
1 changed files with 1 additions and 0 deletions
|
|
@ -664,6 +664,7 @@ accesslog_purge( void *ctx, void *arg )
|
|||
op->o_tag = LDAP_REQ_DELETE;
|
||||
op->o_callback = &nullsc;
|
||||
op->o_csn = pd.csn;
|
||||
op->o_dont_replicate = 1;
|
||||
|
||||
for (i=0; i<pd.used; i++) {
|
||||
op->o_req_dn = pd.dn[i];
|
||||
|
|
|
|||
Loading…
Reference in a new issue