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:
parent
a0ee9a7fd2
commit
a3ec9d5335
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ _DtCmsDeleteInstancesAndLog(
|
||||||
CSA_return_code stat;
|
CSA_return_code stat;
|
||||||
cms_entry *entry, *nentry;
|
cms_entry *entry, *nentry;
|
||||||
List_node *lnode;
|
List_node *lnode;
|
||||||
int fsize, count;
|
int fsize, count = 0;
|
||||||
uint tmp_num;
|
uint tmp_num;
|
||||||
cms_attribute *tmp_attrs, *aptr;
|
cms_attribute *tmp_attrs, *aptr;
|
||||||
boolean_t delentry = B_FALSE;
|
boolean_t delentry = B_FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue