mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
femanager: fix multiboxse define
Origin commit data
------------------
Commit: a13cd91a02
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Origin message was:
------------------
- femanager: fix multiboxse define
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()))
|
||||
continue;
|
||||
|
||||
#ifdef BOXMODEL_MULTIBOX || BOXMODEL_MULTIBOXSE
|
||||
#if BOXMODEL_MULTIBOXSE
|
||||
if ((mfe->hasCable() && SAT_POSITION_CABLE(satellitePosition)) || (mfe->hasTerr() && SAT_POSITION_TERR(satellitePosition)))
|
||||
{
|
||||
retfe = mfe;
|
||||
|
Reference in New Issue
Block a user