diff options
author | Kali Kaneko <kali@leap.se> | 2014-08-18 22:02:09 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-08-18 22:08:20 -0500 |
commit | 9f8c6bdda8ca6274e2d013d6528ab4ff83b35654 (patch) | |
tree | a7871ab476f70fbd04b7066bec4adc1f4f8c8518 /src/leap/bitmask/backend | |
parent | 1f3c0a840e5f8aebebc6d393c31e0d85cfbf811e (diff) |
make the login not wait for eip it cannot-start-eip
Diffstat (limited to 'src/leap/bitmask/backend')
-rw-r--r-- | src/leap/bitmask/backend/components.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/backend/components.py b/src/leap/bitmask/backend/components.py index 960a922e..89f3c5a6 100644 --- a/src/leap/bitmask/backend/components.py +++ b/src/leap/bitmask/backend/components.py @@ -665,7 +665,7 @@ class EIP(object): return False client_cert_path = eip_config.\ - get_client_cert_path(provider_config, about_to_download=False) + get_client_cert_path(provider_config, about_to_download=True) if leap_certs.should_redownload(client_cert_path): logger.error("The client should redownload the certificate," |