mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
More for prev commit
This commit is contained in:
parent
55d77a7a95
commit
52e0581b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -2460,7 +2460,7 @@ pcache_op_search(
|
|||
si->slimit = 0;
|
||||
si->slimit_exceeded = 0;
|
||||
si->caching_reason = PC_IGNORE;
|
||||
if ( op->ors_slimit && op->ors_slimit < cm->num_entries_limit ) {
|
||||
if ( op->ors_slimit > 0 && op->ors_slimit < cm->num_entries_limit ) {
|
||||
si->slimit = op->ors_slimit;
|
||||
op->ors_slimit = cm->num_entries_limit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue