aboutsummaryrefslogtreecommitdiff
path: root/lib/components/scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/scan.cpp')
-rw-r--r--lib/components/scan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp
index 5355208f..2870388a 100644
--- a/lib/components/scan.cpp
+++ b/lib/components/scan.cpp
@@ -106,8 +106,8 @@ int eComponentScan::start(int feid, int flags)
}
std::list<ePtr<iDVBFrontendParameters> > list;
-
- m_scan = new eDVBScan(channel, true);
+
+ m_scan = new eDVBScan(channel);
m_scan->connectEvent(slot(*this, &eComponentScan::scanEvent), m_scan_event_connection);
m_scan->start(m_initial, flags);