Skip to content
Snippets Groups Projects
Commit ccd3acc9 authored by Sang Seok Lim's avatar Sang Seok Lim
Browse files

return value mising

parent 9eee2b8d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment