Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
09d82619
Commit
09d82619
authored
Jun 24, 2003
by
Kurt Zeilenga
Browse files
zero the saved IDL
parent
fc0fa7b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/filterindex.c
View file @
09d82619
...
...
@@ -232,6 +232,7 @@ list_candidates(
Debug
(
LDAP_DEBUG_FILTER
,
"=> bdb_list_candidates 0x%x
\n
"
,
ftype
,
0
,
0
);
#endif
for
(
f
=
flist
;
f
!=
NULL
;
f
=
f
->
f_next
)
{
BDB_IDL_ZERO
(
save
);
rc
=
bdb_filter_candidates
(
be
,
f
,
save
,
tmp
,
save
+
BDB_IDL_UM_SIZE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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