From 47294eeb42b2eec3b42b0500805ded29b6c16ebd Mon Sep 17 00:00:00 2001 From: focus Date: Fri, 18 Nov 2011 15:14:00 +0000 Subject: [PATCH] Fix for last commit git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1865 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/zapit/src/scan.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zapit/src/scan.cpp b/src/zapit/src/scan.cpp index 26fef3179..802bd4acd 100644 --- a/src/zapit/src/scan.cpp +++ b/src/zapit/src/scan.cpp @@ -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