summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dispatcher.py
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2017-06-14 19:34:22 +0200
committerRuben Pollan <meskio@sindominio.net>2017-06-15 01:09:46 +0200
commitf0988aaae940f0eaa13cda941cf5de7978c74297 (patch)
treed89a586d73aea944ee5be261e42aa5aaa22e06c7 /src/leap/bitmask/core/dispatcher.py
parente73deeaac801b19d3f61e26f7610131962fba667 (diff)
[bug] only start the child services if they are not running
- Resolves: #8921
Diffstat (limited to 'src/leap/bitmask/core/dispatcher.py')
-rw-r--r--src/leap/bitmask/core/dispatcher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/dispatcher.py b/src/leap/bitmask/core/dispatcher.py
index ba000d43..e0cc1297 100644
--- a/src/leap/bitmask/core/dispatcher.py
+++ b/src/leap/bitmask/core/dispatcher.py
@@ -247,7 +247,6 @@ class MailCmd(SubCommand):
@register_method('dict')
def do_ENABLE(self, service, *parts, **kw):
- # FIXME -- service doesn't have this method
d = service.do_enable_service(self.label)
return d