Fix for last commit

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1865 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-11-18 15:14:00 +00:00
parent e0d1b7f375
commit 47294eeb42

View File

@@ -563,6 +563,7 @@ bool CServiceScan::ScanProviders()
printf("[scan] save bouquets done\n");
Cleanup(true);
#if 1
CZapitClient myZapitClient;
myZapitClient.reloadCurrentServices();
#else
/* this can hang as the thread handling the connections
@@ -639,6 +640,7 @@ bool CServiceScan::ScanTransponder()
g_bouquetManager->loadBouquets();
Cleanup(true);
#if 1
CZapitClient myZapitClient;
myZapitClient.reloadCurrentServices();
#else
/* see the explanation in CServiceScan::ScanProviders() in why this is a bad idea