dtcm: Coverity 89182

This commit is contained in:
Peter Howkins 2018-07-13 17:22:49 +01:00
parent e83f527376
commit 026a26ad4a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ _DtCmsCmsentriesToAppt4ForClient(cms_entry *entries, Appt_4 **appt)
extern CSA_return_code
_DtCmsCmsentriesToAbbrAppt4ForClient(cms_entry *entries, Abb_Appt_4 **abbr)
{
CSA_return_code stat;
CSA_return_code stat = CSA_SUCCESS;
Abb_Appt_4 *newabbr, *prev, *head;
if (abbr == NULL)