]> git.sur5r.net Git - openldap/commitdiff
ITS#6519 don't replicate purge deletes
authorHoward Chu <hyc@openldap.org>
Tue, 13 Apr 2010 23:28:35 +0000 (23:28 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 13 Apr 2010 23:28:35 +0000 (23:28 +0000)
servers/slapd/overlays/accesslog.c

index d72fdc5ba52817303337a3ea6d69aa6962aae943..aa165b7d0cecc46c06fb5464741d12147ad34d1e 100644 (file)
@@ -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];