mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
return value mising
This commit is contained in:
parent
9eee2b8d91
commit
ccd3acc98e
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ get_aliased_filter ( Operation* op, MatchingRuleAssertion* ma, AttributeAliasing
|
|||
* the component assertion value in assert_bv
|
||||
* Multiple values may be separated with '$'
|
||||
*/
|
||||
rc = dup_comp_filter ( op, &assert_bv, aa->aa_cf, &ma->ma_cf );
|
||||
return dup_comp_filter ( op, &assert_bv, aa->aa_cf, &ma->ma_cf );
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue