From 89dbc2c7b7f6c41b5520c3633d1f90ddb0162f37 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 15 Feb 2018 22:51:48 +0100 Subject: [bug] privcheck takes one argument --- src/leap/bitmask/vpn/helpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leap/bitmask/vpn/helpers/__init__.py b/src/leap/bitmask/vpn/helpers/__init__.py index cac4a4ec..467b15ff 100644 --- a/src/leap/bitmask/vpn/helpers/__init__.py +++ b/src/leap/bitmask/vpn/helpers/__init__.py @@ -113,7 +113,7 @@ elif IS_MAC: # XXX check if bitmask-helper is running return True - def privcheck(): + def privcheck(timeout=5): return True -- cgit v1.2.3