return value mising

This commit is contained in:
Sang Seok Lim 2004-12-20 04:48:16 +00:00
parent 9eee2b8d91
commit ccd3acc98e

View file

@ -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