]> git.sur5r.net Git - openldap/commitdiff
ITS#6519
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Apr 2010 23:41:52 +0000 (23:41 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Apr 2010 23:41:52 +0000 (23:41 +0000)
CHANGES
servers/slapd/overlays/accesslog.c

diff --git a/CHANGES b/CHANGES
index c8fb3ab1989971f0a6e5b38769cbc66b1b94a96d..a99be1c477968db7b92bc97f3b06ae827bf329dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,7 @@ OpenLDAP 2.4.22 Engineering
        Fixed slapd sasl auxprop_lookup (ITS#6441)
        Fixed slapd sasl auxprop ssf (ITS#5195)
        Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473)
+       Fixed slapo-accesslog to not replicate internal purges (ITS#6519)
        Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
        Fixed slapd-bdb lockobj zeroing (ITS#6501)
        Fixed slapo-collect REP_ENTRY flag handling (ITS#5340,ITS#6423)
index 7a52a928ead163acd34d23a643483f8b7f9ed555..75296693e33f9e342d45819699e4638396788354 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];