initialize variables (mostly to silence valgrind)

Origin commit data
------------------
Branch: ni/coolstream
Commit: e1e4a0f3a0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-30 (Mon, 30 Sep 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-09-30 20:50:31 +02:00
parent bd4622312f
commit 3021d0fb82
5 changed files with 9 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ class CTimerdClient:private CBasicClient
eventInfo.epgID = epgID;
eventInfo.epg_starttime = epg_starttime;
eventInfo.apids = apids;
eventInfo.recordingSafety = false;
return addTimerEvent(CTimerd::TIMER_ZAPTO, &eventInfo, announcetime, alarmtime, stoptime);
};