dtcm: Coverity 88899
This commit is contained in:
parent
f9f12a1294
commit
44574314f6
|
|
@ -68,7 +68,7 @@ static CSA_return_code _Appt4ToCmsentryAttrs(char *calname, Appt_4 *a4,
|
|||
extern CSA_return_code
|
||||
_DtCmsCmsentriesToAppt4ForClient(cms_entry *entries, Appt_4 **appt)
|
||||
{
|
||||
CSA_return_code stat;
|
||||
CSA_return_code stat = CSA_SUCCESS;
|
||||
Appt_4 *newappt, *prev, *head;
|
||||
|
||||
if (appt == NULL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue