aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ServiceScan.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/ServiceScan.py')
-rw-r--r--lib/python/Components/ServiceScan.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceScan.py b/lib/python/Components/ServiceScan.py
index b4c47a75..0e23d344 100644
--- a/lib/python/Components/ServiceScan.py
+++ b/lib/python/Components/ServiceScan.py
@@ -78,6 +78,7 @@ class ServiceScan:
self.updatePass()
self.scan.statusChanged.get().append(self.scanStatusChanged)
self.scan.newService.get().append(self.newService)
+ self.servicelist.clear()
self.state = self.Running
err = self.scan.start(self.feid, self.flags)
if err: