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 88243

This commit is contained in:
Peter Howkins 2018-07-13 17:08:48 +01:00
parent a0ee9a7fd2
commit a3ec9d5335

View file

@ -163,7 +163,7 @@ _DtCmsDeleteInstancesAndLog(
CSA_return_code stat;
cms_entry *entry, *nentry;
List_node *lnode;
int fsize, count;
int fsize, count = 0;
uint tmp_num;
cms_attribute *tmp_attrs, *aptr;
boolean_t delentry = B_FALSE;