summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dispatcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/core/dispatcher.py')
-rw-r--r--src/leap/bitmask/core/dispatcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/dispatcher.py b/src/leap/bitmask/core/dispatcher.py
index 2860c88d..fe85682b 100644
--- a/src/leap/bitmask/core/dispatcher.py
+++ b/src/leap/bitmask/core/dispatcher.py
@@ -381,7 +381,7 @@ class CommandDispatcher(object):
return _format_result({'mail': 'disabled'})
if subcmd == 'disable':
- d = dispatch(self.core)
+ d = dispatch(self.core, *parts)
elif subcmd != 'enable':
d = dispatch(mail, *parts, **kw)