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
4d663404
Commit
4d663404
authored
Oct 24, 2007
by
Howard Chu
Browse files
Fix debug msg (sync with HEAD)
parent
e2dfcf34
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/pcache.c
View file @
4d663404
...
...
@@ -1258,7 +1258,7 @@ pcache_op_search(
continue
;
cacheable
=
1
;
template_id
=
i
;
Debug
(
LDAP_DEBUG_NONE
,
"Entering QC, querystr = %s
\n
"
,
Debug
(
pcache_debug
,
"Entering QC, querystr = %s
\n
"
,
op
->
ors_filterstr
.
bv_val
,
0
,
0
);
answerable
=
(
*
(
qm
->
qcfunc
))(
op
,
qm
,
&
query
,
i
);
...
...
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