summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dummy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/core/dummy.py')
-rw-r--r--src/leap/bitmask/core/dummy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/core/dummy.py b/src/leap/bitmask/core/dummy.py
index 7b6be397..64ae2b64 100644
--- a/src/leap/bitmask/core/dummy.py
+++ b/src/leap/bitmask/core/dummy.py
@@ -45,8 +45,8 @@ class BackendCommands(object):
def do_stats(self):
return {'mem_usage': '01 KB'}
- def do_shutdown(self):
- return {'shutdown': 'ok'}
+ def do_stop(self):
+ return {'stop': 'ok'}
class mail_services(object):