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
8ef3bbb1
Commit
8ef3bbb1
authored
Apr 07, 2003
by
Howard Chu
Browse files
Fix prev
parent
7972ebe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/compare.c
View file @
8ef3bbb1
...
...
@@ -100,7 +100,7 @@ ldap_back_compare(
ldap_back_dn_massage
(
&
dc
,
&
op
->
orc_ava
->
aa_value
,
&
mapped_val
);
if
(
mapped_val
.
bv_val
==
NULL
||
mapped_val
.
bv_val
[
0
]
==
'\0'
)
{
mapped_val
=
op
->
orc_ava
->
aa_value
;
}
else
if
(
mapped_val
.
bv_val
!=
op
->
orc_ava
->
aa_value
)
{
}
else
if
(
mapped_val
.
bv_val
!=
op
->
orc_ava
->
aa_value
.
bv_val
)
{
freeval
=
1
;
}
}
...
...
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