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
Tero Saarni
OpenLDAP
Commits
2bf4b5b1
Commit
2bf4b5b1
authored
Jan 31, 2011
by
Quanah Gibson-Mount
Browse files
More for ITS#6814
parent
37244b46
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/ava.c
View file @
2bf4b5b1
...
...
@@ -98,7 +98,7 @@ get_ava(
aa
->
aa_desc
=
slap_bv2tmp_ad
(
&
type
,
op
->
o_tmpmemctx
);
ber_dupbv_x
(
&
aa
->
aa_value
,
&
value
,
op
->
o_tmpmemctx
);
f
->
f_ava
=
aa
;
return
rc
;
return
LDAP_SUCCESS
;
}
}
...
...
@@ -122,7 +122,7 @@ get_ava(
rc
=
get_aliased_filter_aa
(
op
,
aa
,
a_alias
,
text
);
if
(
rc
!=
LDAP_SUCCESS
)
{
Debug
(
LDAP_DEBUG_FILTER
,
"get_ava:Invalid Attribute Aliasing
\n
"
,
0
,
0
,
0
);
"get_ava:
Invalid Attribute Aliasing
\n
"
,
0
,
0
,
0
);
return
rc
;
}
}
...
...
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