mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- sectionsd: fix compiler warning (‘rc’ may be used uninitialized)
This commit is contained in:
committed by
Jacek Jendrzej
parent
796fd1b0ae
commit
60e784f55a
@@ -1478,7 +1478,7 @@ void CTimeThread::run()
|
|||||||
|
|
||||||
xprintf("%s: get DVB time ch 0x%012" PRIx64 " (isOpen %d)\n",
|
xprintf("%s: get DVB time ch 0x%012" PRIx64 " (isOpen %d)\n",
|
||||||
name.c_str(), current_service, isOpen());
|
name.c_str(), current_service, isOpen());
|
||||||
int rc;
|
int rc = 0;
|
||||||
#if HAVE_COOL_HARDWARE
|
#if HAVE_COOL_HARDWARE
|
||||||
/* libcoolstream does not like the repeated read if the dmx is not yet running
|
/* libcoolstream does not like the repeated read if the dmx is not yet running
|
||||||
* (e.g. during neutrino start) and causes strange openthreads errors which in
|
* (e.g. during neutrino start) and causes strange openthreads errors which in
|
||||||
|
Reference in New Issue
Block a user