1
0
Fork 0
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:
Peter Howkins 2018-07-13 17:16:20 +01:00
parent b260bc25d5
commit c686bfaf3c

View file

@ -156,7 +156,7 @@ _ExtractEntryAttrsFromEntry(
cms_attribute **dstattrs,
boolean_t time_only)
{
CSA_return_code stat;
CSA_return_code stat = CSA_SUCCESS;
int i, j;
cms_attribute *attrs;