summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/launchers/darwin.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2017-09-29 08:29:57 -0700
committerKali Kaneko <kali@leap.se>2017-09-29 17:46:24 +0200
commitd45338761e3e6774809fd827060928876aa6696c (patch)
treef936a930673ed6c4a6c30869ce00341c8b6dfcdb /src/leap/bitmask/vpn/launchers/darwin.py
parent0f3ee7cfa34546ec5636e1d13a9884e7dce8997a (diff)
[bug] fixes needed to launch vpn on mac after refactor
Diffstat (limited to 'src/leap/bitmask/vpn/launchers/darwin.py')
-rw-r--r--src/leap/bitmask/vpn/launchers/darwin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/launchers/darwin.py b/src/leap/bitmask/vpn/launchers/darwin.py
index ed1c034c..08772dca 100644
--- a/src/leap/bitmask/vpn/launchers/darwin.py
+++ b/src/leap/bitmask/vpn/launchers/darwin.py
@@ -91,3 +91,6 @@ class DarwinVPNLauncher(VPNLauncher):
def kill_previous_openvpn():
pass
+
+ def terminate_or_kill(self, terminatefun, killfun, proc):
+ terminatefun()