Fixup a type-mismatch that happened to not cause crashes purely by

coincidence.
This commit is contained in:
Steve Beattie 2006-05-18 16:26:28 +00:00
parent 6c14a6b273
commit f13d422be0

View file

@ -130,7 +130,7 @@ static void __any_regex(const void *nodep, const VISIT value,
if (value == preorder || value == endorder)
return;
if (any_regex_entries(*t)) {
if (any_regex_entries((*t)->entries)) {
PERROR(_("ERROR profile %s contains policy elements not usable with this kernel:\n"
"\t'*', '?', character ranges, and alternations are not allowed.\n"
"\t'**' may only be used at the end of a rule.\n"),