]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
corrected ITS#4991 fix
authorRalf Haferkamp <ralf@openldap.org>
Tue, 28 Aug 2007 11:21:34 +0000 (11:21 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Tue, 28 Aug 2007 11:21:34 +0000 (11:21 +0000)
CHANGES
servers/slapd/overlays/pcache.c

diff --git a/CHANGES b/CHANGES
index 206782fdaaef97e39dc9594e61893a5a399a98d0..e9bc8990c85ddeb9aa75f72610adab53402f0d18 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log
 
 OpenLDAP 2.3.39 Engineering
        Fixed slapd-sql concurrency issue (ITS#5095)
+        Fixed slapo-pcache and -rwm interaction fix (ITS#4991) 
        Fixed liblber Windows x64 portability (ITS#5105)
        Fixed libldap ppolicy control creation (ITS#5103)
        Documentation
index 1a71cea0c876a17d76aa171d5f28c6fc15ceb34f..85bf03c3c4c61894a26f3236ed25a31f78b2f563 100644 (file)
@@ -1050,7 +1050,6 @@ pcache_response(
        if ( si->query.save_attrs != NULL ) {
                rs->sr_attrs = si->query.save_attrs;
                op->ors_attrs = si->query.save_attrs;
-               si->query.save_attrs = NULL;
        }
 
        if ( rs->sr_type == REP_SEARCH ) {