]> git.sur5r.net Git - openldap/commitdiff
handle negative caching (ITS#5546)
authorPierangelo Masarati <ando@openldap.org>
Sat, 14 Jun 2008 15:05:00 +0000 (15:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 14 Jun 2008 15:05:00 +0000 (15:05 +0000)
servers/slapd/overlays/pcache.c

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;