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
ab75cb6e
Commit
ab75cb6e
authored
Apr 18, 2003
by
Howard Chu
Browse files
Fix prev commit, broke extended filters
parent
f9e19694
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/filterindex.c
View file @
ab75cb6e
...
...
@@ -146,7 +146,6 @@ bdb_filter_candidates(
{
struct
bdb_info
*
bdb
=
(
struct
bdb_info
*
)
be
->
be_private
;
BDB_IDL_ALL
(
bdb
,
ids
);
}
break
;
case
LDAP_FILTER_AND
:
...
...
@@ -176,6 +175,10 @@ bdb_filter_candidates(
Debug
(
LDAP_DEBUG_FILTER
,
"
\t
UNKNOWN %lu
\n
"
,
(
unsigned
long
)
f
->
f_choice
,
0
,
0
);
#endif
/* Must not return NULL, otherwise extended filters break */
{
struct
bdb_info
*
bdb
=
(
struct
bdb_info
*
)
be
->
be_private
;
BDB_IDL_ALL
(
bdb
,
ids
);
}
}
#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