mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
eitd/sectionsd.cpp: fix compile warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: a5bc2ce353
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-26 (Sun, 26 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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