mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
handle negative caching (ITS#5546)
This commit is contained in:
parent
fa612acf41
commit
a64b74b014
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user