mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +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)
|
||||
{
|
||||
t_channel_id uniqueServiceKey;
|
||||
t_channel_id uniqueServiceKey = 0;
|
||||
if (dataLength != sizeof(sectionsd::commandSetServiceChanged))
|
||||
goto out;
|
||||
|
||||
|
Reference in New Issue
Block a user