1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Coverity 89043

This commit is contained in:
Peter Howkins 2018-07-13 17:22:04 +01:00
parent 44574314f6
commit e83f527376

View file

@ -888,7 +888,7 @@ get_attr_value(int type, char *valstr, cms_attribute_value **attrval)
uint unum;
CSA_reminder remval;
CSA_opaque_data opqval;
CSA_return_code stat;
CSA_return_code stat = CSA_SUCCESS;
switch (type) {
case CSA_VALUE_ENUMERATED: