mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 14:18:29 +02:00
femanager, small fix
Origin commit data
------------------
Commit: 3faf6070a6
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-12-30 (Mon, 30 Dec 2019)
This commit is contained in:
@@ -523,6 +523,9 @@ void CFEManager::Close()
|
||||
CFrontend * fe = it->second;
|
||||
if(!fe->Locked())
|
||||
fe->Close();
|
||||
else
|
||||
if (unlockFrontend(fe, true))
|
||||
fe->Close();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -531,6 +534,9 @@ void CFEManager::Close(int _fe)
|
||||
CFrontend * fe = getFE(_fe);
|
||||
if (!fe->Locked())
|
||||
fe->Close();
|
||||
else
|
||||
if (unlockFrontend(fe, true))
|
||||
fe->Close();
|
||||
}
|
||||
|
||||
CFrontend * CFEManager::getFE(int index)
|
||||
|
Reference in New Issue
Block a user