diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/bitmask/core/dispatcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/dispatcher.py b/src/leap/bitmask/core/dispatcher.py index 2860c88..fe85682 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) |