dtcm: Coverity 89182
This commit is contained in:
parent
e83f527376
commit
026a26ad4a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue