From f0a40443e1f2466db00f4a32273afa28e54d9dbb Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 22 Feb 2017 01:30:33 +0100 Subject: [bug] rename one of the managers to TunnelManager otherwise there's a name collision with the former EIPManager --- src/leap/bitmask/vpn/service.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/leap/bitmask/vpn/service.py') diff --git a/src/leap/bitmask/vpn/service.py b/src/leap/bitmask/vpn/service.py index 10818ed7..e56546ea 100644 --- a/src/leap/bitmask/vpn/service.py +++ b/src/leap/bitmask/vpn/service.py @@ -72,6 +72,9 @@ class VPNService(HookableService): return {'result': 'started'} def stop_vpn(self): + # TODO ----------------------------- + # when shutting down the main bitmaskd daemon, this should be called. + if self._started: self._vpn.stop() self._started = False -- cgit v1.2.3