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
openldap
OpenLDAP
Commits
e0cb8bcf
Commit
e0cb8bcf
authored
Jul 22, 2007
by
Howard Chu
Browse files
Delete extraneous test in prev commit
parent
b0113c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/filterindex.c
View file @
e0cb8bcf
...
...
@@ -341,10 +341,6 @@ comp_equality_candidates (
rc
=
bdb_index_param
(
op
->
o_bd
,
mra
->
ma_desc
,
LDAP_FILTER_EQUALITY
,
&
db
,
&
mask
,
&
prefix
);
if
(
rc
==
LDAP_INAPPROPRIATE_MATCHING
)
{
return
0
;
}
if
(
rc
!=
LDAP_SUCCESS
)
{
return
0
;
}
...
...
Write
Preview
Supports
Markdown
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