summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/launchers/darwin.py
diff options
context:
space:
mode:
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()