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
3fdee6e2
Commit
3fdee6e2
authored
Apr 29, 2003
by
Kurt Zeilenga
Browse files
Fix last commit.
parent
dbfe6b8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/filterindex.c
View file @
3fdee6e2
...
...
@@ -64,8 +64,8 @@ bdb_filter_candidates(
BDB_IDL_ZERO
(
ids
);
break
;
case
LDAP_COMPARE_TRUE
:
{
struct
bdb_info
*
bdb
=
(
struct
bdb_info
*
)
op
->
o_bd
->
be_private
;
BDB_IDL_ALL
(
bdb
,
ids
);
struct
bdb_info
*
bdb
=
(
struct
bdb_info
*
)
be
->
be_private
;
BDB_IDL_ALL
(
bdb
,
ids
);
}
break
;
case
SLAPD_COMPARE_UNDEFINED
:
break
;
...
...
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