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;