]> git.sur5r.net Git - openldap/commitdiff
ITS#5546
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 8 Jul 2008 23:09:37 +0000 (23:09 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 8 Jul 2008 23:09:37 +0000 (23:09 +0000)
CHANGES
servers/slapd/overlays/pcache.c

diff --git a/CHANGES b/CHANGES
index 1e6d1a6996e93a9f38c2b111f1e5e6f5c17e5969..6346100ef41b56aa569fd48b9ec0dcfb6c9f3c47 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ OpenLDAP 2.4.11 Engineering
        Fixed slapd sets memory leak (ITS#5557)
        Fixed slapd-sock, back-shell buffer count (ITS#5558)
        Added slapo-nssov contrib module
+       Fixed slapo-pcache handling of negative search caches (ITS#5546)
        Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
        Fixed slapo-syncprov ACL evaluation (ITS#5548)
        Build Environment
index 700043e305f3e0e4c66ef3583f9edf67aaacbfef..6c3af99175aeb8c6834b63d111d8634f52d3ab14 100644 (file)
@@ -2015,6 +2015,10 @@ pcache_op_cleanup( Operation *op, SlapReply *rs ) {
                                case PC_SIZELIMIT:
                                        qc->q_sizelimit = rs->sr_nentries;
                                        break;
+
+                               case PC_NEGATIVE:
+                                       break;
+
                                default:
                                        assert( 0 );
                                        break;