From ff56ad4c5ea5850c58edacc426fc02731ce81a3c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sun, 26 Feb 2012 12:01:43 +0400 Subject: [PATCH] eitd/sectionsd.cpp: fix compile warning Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a5bc2ce3533f7633a210c04e1c8437eadfd6c2fd Author: [CST] Focus Date: 2012-02-26 (Sun, 26 Feb 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/eitd/sectionsd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index f1e662767..87ba5a9f7 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -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;