handle negative caching (ITS#5546)

This commit is contained in:
Pierangelo Masarati 2008-06-14 15:05:00 +00:00
parent fa612acf41
commit a64b74b014

View 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;