mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
eitd/sectionsd.cpp: fix compile warning
This commit is contained in:
@@ -921,7 +921,7 @@ static void commandPauseScanning(int connfd, char *data, const unsigned dataLeng
|
|||||||
|
|
||||||
static void commandserviceChanged(int connfd, char *data, const unsigned dataLength)
|
static void commandserviceChanged(int connfd, char *data, const unsigned dataLength)
|
||||||
{
|
{
|
||||||
t_channel_id uniqueServiceKey;
|
t_channel_id uniqueServiceKey = 0;
|
||||||
if (dataLength != sizeof(sectionsd::commandSetServiceChanged))
|
if (dataLength != sizeof(sectionsd::commandSetServiceChanged))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user