mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
sectionsd: fix compiler warning (‘rc’ may be used uninitialized)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ef260637d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Origin message was:
------------------
- sectionsd: fix compiler warning (‘rc’ may be used uninitialized)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1480,7 +1480,7 @@ void CTimeThread::run()
|
||||
|
||||
xprintf("%s: get DVB time ch 0x%012" PRIx64 " (isOpen %d)\n",
|
||||
name.c_str(), current_service, isOpen());
|
||||
int rc;
|
||||
int rc = 0;
|
||||
#if HAVE_COOL_HARDWARE
|
||||
/* 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
|
||||
|
Reference in New Issue
Block a user