Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
75fd7e16
Commit
75fd7e16
authored
May 14, 2003
by
Howard Chu
Browse files
Import ITS#2506 fix from HEAD
parent
19cb5e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/filterindex.c
View file @
75fd7e16
...
...
@@ -51,8 +51,7 @@ filter_candidates(
switch
(
f
->
f_result
)
{
case
SLAPD_COMPARE_UNDEFINED
:
/* This technically is not the same as FALSE, but it
* certainly will produce no matches. list_candidates
* will take care of ignoring this filter.
* certainly will produce no matches.
*/
/* FALLTHRU */
case
LDAP_COMPARE_FALSE
:
...
...
@@ -709,10 +708,6 @@ list_candidates(
idl
=
NULL
;
for
(
f
=
flist
;
f
!=
NULL
;
f
=
f
->
f_next
)
{
if
(
f
->
f_choice
==
SLAPD_FILTER_COMPUTED
&&
f
->
f_result
==
SLAPD_COMPARE_UNDEFINED
)
{
continue
;
}
if
(
(
tmp
=
filter_candidates
(
be
,
f
))
==
NULL
&&
ftype
==
LDAP_FILTER_AND
)
{
#ifdef NEW_LOGGING
...
...
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