mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
zapit/src/fastscan.cpp: dont delete existing bouquets/channels
This commit is contained in:
@@ -216,10 +216,10 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op)
|
|||||||
delete dmx;
|
delete dmx;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
g_bouquetManager->clearAll();
|
g_bouquetManager->clearAll();
|
||||||
CServiceManager::getInstance()->RemoveAllChannels();
|
CServiceManager::getInstance()->RemoveAllChannels();
|
||||||
|
#endif
|
||||||
do {
|
do {
|
||||||
if (dmx->Read(buffer, SEC_SIZE) < 0) {
|
if (dmx->Read(buffer, SEC_SIZE) < 0) {
|
||||||
delete dmx;
|
delete dmx;
|
||||||
|
Reference in New Issue
Block a user