diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-15 22:51:48 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 22:55:50 +0100 |
commit | 89dbc2c7b7f6c41b5520c3633d1f90ddb0162f37 (patch) | |
tree | daf855188e5424c093cdb6bc8d0c6574ed8b9339 /src | |
parent | bb00a1dfa75f1a9a0a9ff55afc0da3d6510ab613 (diff) |
[bug] privcheck takes one argument
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/bitmask/vpn/helpers/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |