zapit/src/scan.cpp: fix lcn bug

Origin commit data
------------------
Branch: ni/coolstream
Commit: 36bd265ab5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-04 (Wed, 04 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-07-04 17:02:14 +04:00
parent e249615db9
commit 5ffaa56c23

View File

@@ -324,8 +324,8 @@ _repeat:
if (flags & (SCAN_NIT/*|SCAN_LOGICAL_NUMBERS*/) && !nit_logical_map.empty()) {
std::string pname = networkName;
INFO("network [%s] %d logical channels (%d hd)\n", pname.c_str(), nit_logical_map.size(), nit_hd_logical_map.size());
CServiceManager::getInstance()->ResetChannelNumbers(true, true);
g_bouquetManager->loadBouquets(true);
CServiceManager::getInstance()->ResetChannelNumbers(true, true);
CZapitBouquet* bouquet;
int bouquetId = g_bouquetManager->existsUBouquet(pname.c_str());
if (bouquetId == -1)