mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
zapit/src/femanager.cpp: clear config and frontend sat map before loading settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 29fc5f5651
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -158,6 +158,7 @@ bool CFEManager::getSatelliteConfig(CFrontend * fe, sat_config_t &satconfig)
|
||||
bool CFEManager::loadSettings()
|
||||
{
|
||||
config_exist = true;
|
||||
configfile.clear();
|
||||
if (!configfile.loadConfig(FECONFIGFILE)) {
|
||||
WARN("%s not found", FECONFIGFILE);
|
||||
config_exist = false;
|
||||
@@ -187,6 +188,7 @@ bool CFEManager::loadSettings()
|
||||
sprintf(cfg_key, "fe%d_satellites", fe->fenumber);
|
||||
std::vector<int> satList = configfile.getInt32Vector(cfg_key);
|
||||
satellite_map_t & satmap = fe->getSatellites();
|
||||
satmap.clear();
|
||||
#if 0
|
||||
for(unsigned int i = 0; i < satList.size(); i++)
|
||||
t_satellite_position position = satList[i];
|
||||
|
Reference in New Issue
Block a user