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
c16647bd
Commit
c16647bd
authored
Feb 19, 2009
by
Quanah Gibson-Mount
Browse files
Fix prev commit
parent
f3cca3d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/pcache.c
View file @
c16647bd
...
...
@@ -1995,7 +1995,7 @@ pcache_op_cleanup( Operation *op, SlapReply *rs ) {
/* check for malformed entries: attrs with no values */
{
Attribute
*
a
=
e
->
e_attrs
;
Attribute
*
a
=
rs
->
sr_entry
->
e_attrs
;
for
(;
a
;
a
=
a
->
a_next
)
{
if
(
!
a
->
a_numvals
)
{
Debug
(
pcache_debug
,
"%s: query not cacheable because of attrs without values in DN
\"
%s
\"
(%s)
\n
"
,
...
...
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