mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 88762
This commit is contained in:
parent
b260bc25d5
commit
c686bfaf3c
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ _ExtractEntryAttrsFromEntry(
|
||||||
cms_attribute **dstattrs,
|
cms_attribute **dstattrs,
|
||||||
boolean_t time_only)
|
boolean_t time_only)
|
||||||
{
|
{
|
||||||
CSA_return_code stat;
|
CSA_return_code stat = CSA_SUCCESS;
|
||||||
int i, j;
|
int i, j;
|
||||||
cms_attribute *attrs;
|
cms_attribute *attrs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue