summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend/components.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-08-18 22:02:09 -0500
committerKali Kaneko <kali@leap.se>2014-08-18 22:08:20 -0500
commit9f8c6bdda8ca6274e2d013d6528ab4ff83b35654 (patch)
treea7871ab476f70fbd04b7066bec4adc1f4f8c8518 /src/leap/bitmask/backend/components.py
parent1f3c0a840e5f8aebebc6d393c31e0d85cfbf811e (diff)
make the login not wait for eip it cannot-start-eip
Diffstat (limited to 'src/leap/bitmask/backend/components.py')
-rw-r--r--src/leap/bitmask/backend/components.py2
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,"