zapit/src/scan.cpp: reset FST version on normal scan

Origin commit data
------------------
Commit: 185403dfd3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-02 (Wed, 02 Apr 2014)
This commit is contained in:
[CST] Focus
2014-04-02 16:55:40 +04:00
parent 2e6b32e7e1
commit 6b56cae74a

View File

@@ -61,6 +61,7 @@ CServiceScan::CServiceScan()
running = false;
cable_nid = 0;
fst_version = 0;
frontend = CFEManager::getInstance()->getFE(0);
}
@@ -110,9 +111,11 @@ void CServiceScan::run()
switch(scan_mode) {
case SCAN_PROVIDER:
fst_version = 0;
ScanProviders();
break;
case SCAN_TRANSPONDER:
fst_version = 0;
ScanTransponder();
break;
case SCAN_FAST: