mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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:
|
case PC_SIZELIMIT:
|
||||||
qc->q_sizelimit = rs->sr_nentries;
|
qc->q_sizelimit = rs->sr_nentries;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case PC_NEGATIVE:
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert( 0 );
|
assert( 0 );
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user