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