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
Joe Martin
OpenLDAP
Commits
b3b185b0
Commit
b3b185b0
authored
Jul 09, 1999
by
Julio Sánchez Fernández
Browse files
Fix calls to value_find
parent
9b4c23be
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/compare.c
View file @
b3b185b0
...
...
@@ -56,7 +56,7 @@ ldbm_back_compare(
goto
return_results
;
}
if
(
value_find
(
a
->
a_vals
,
&
ava
->
ava_value
,
at
->
sat_equality
,
1
)
==
0
)
if
(
value_find
(
a
->
a_vals
,
&
ava
->
ava_value
,
at
->
sat_equality
)
==
0
)
send_ldap_result
(
conn
,
op
,
LDAP_COMPARE_TRUE
,
""
,
""
);
else
send_ldap_result
(
conn
,
op
,
LDAP_COMPARE_FALSE
,
""
,
""
);
...
...
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