mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#6519 don't replicate purge deletes
This commit is contained in:
parent
3dadeb3efe
commit
68ce33cd77
@ -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 New Issue
Block a user