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:
vanhofen
2018-02-14 21:58:22 +01:00
parent 63046f1774
commit 4a58f5dd72

View File

@@ -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