mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
femanager: fix multiboxse define
Origin commit data
------------------
Branch: ni/coolstream
Commit: a13cd91a02
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Origin message was:
------------------
- femanager: fix multiboxse define
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -598,7 +598,7 @@ CFrontend * CFEManager::getFrontend(CZapitChannel * channel)
|
|||||||
if (mfe->getMode() == CFrontend::FE_MODE_UNUSED || CFrontend::linked(mfe->getMode()))
|
if (mfe->getMode() == CFrontend::FE_MODE_UNUSED || CFrontend::linked(mfe->getMode()))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
#ifdef BOXMODEL_MULTIBOX || BOXMODEL_MULTIBOXSE
|
#if BOXMODEL_MULTIBOXSE
|
||||||
if ((mfe->hasCable() && SAT_POSITION_CABLE(satellitePosition)) || (mfe->hasTerr() && SAT_POSITION_TERR(satellitePosition)))
|
if ((mfe->hasCable() && SAT_POSITION_CABLE(satellitePosition)) || (mfe->hasTerr() && SAT_POSITION_TERR(satellitePosition)))
|
||||||
{
|
{
|
||||||
retfe = mfe;
|
retfe = mfe;
|
||||||
|
Reference in New Issue
Block a user