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:
vanhofen
2021-08-03 22:02:55 +02:00
parent 11558e0517
commit 647be3f30b

View File

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