fixed masking of family bits

This commit is contained in:
Andreas Steffen 2011-11-19 12:49:37 +01:00
parent 8c46c649fb
commit 21b4efc097
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ METHOD(pa_tnc_attr_t, process, status_t,
"Component Evidence Component Functional Name");
goto end;
}
qualifier = fam_and_qualifier & !PTS_REQ_FUNC_COMP_FAMILY_MASK;
qualifier = fam_and_qualifier & ~PTS_REQ_FUNC_COMP_FAMILY_MASK;
entry = malloc_thing(entry_t);
entry->flags = flags;