zapit/src/fastscan.cpp: dont delete existing bouquets/channels

This commit is contained in:
[CST] Focus
2012-10-29 18:58:39 +04:00
parent 8a50f04a6b
commit ee80a7be8d

View File

@@ -216,10 +216,10 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op)
delete dmx;
return false;
}
#if 0
g_bouquetManager->clearAll();
CServiceManager::getInstance()->RemoveAllChannels();
#endif
do {
if (dmx->Read(buffer, SEC_SIZE) < 0) {
delete dmx;