mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88899
This commit is contained in:
parent
f9f12a1294
commit
44574314f6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ static CSA_return_code _Appt4ToCmsentryAttrs(char *calname, Appt_4 *a4,
|
||||||
extern CSA_return_code
|
extern CSA_return_code
|
||||||
_DtCmsCmsentriesToAppt4ForClient(cms_entry *entries, Appt_4 **appt)
|
_DtCmsCmsentriesToAppt4ForClient(cms_entry *entries, Appt_4 **appt)
|
||||||
{
|
{
|
||||||
CSA_return_code stat;
|
CSA_return_code stat = CSA_SUCCESS;
|
||||||
Appt_4 *newappt, *prev, *head;
|
Appt_4 *newappt, *prev, *head;
|
||||||
|
|
||||||
if (appt == NULL)
|
if (appt == NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue