mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Resolve CID 87562
This commit is contained in:
parent
85b7e823c4
commit
d5c37e1ad6
1 changed files with 3 additions and 0 deletions
|
@ -341,6 +341,9 @@ _DtCmsClassToViewAccess(cms_entry *entry)
|
|||
case CSA_CLASS_CONFIDENTIAL:
|
||||
return (CSA_VIEW_CONFIDENTIAL_ENTRIES);
|
||||
}
|
||||
|
||||
fprintf(stderr, "_DtCmsClassToInsertAccess: Unsupported Class %u\n", val->item.uint32_value);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
extern uint
|
||||
|
|
Loading…
Reference in a new issue