Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c23e1832
Commit
c23e1832
authored
Jul 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS
#5546
parent
638a6708
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c23e1832
...
...
@@ -4,6 +4,7 @@ OpenLDAP 2.4.11 Engineering
Fixed slapd sets memory leak (ITS#5557)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
Added slapo-nssov contrib module
Fixed slapo-pcache handling of negative search caches (ITS#5546)
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Build Environment
...
...
servers/slapd/overlays/pcache.c
View file @
c23e1832
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment