diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-13 15:53:41 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-13 15:53:41 -0300 |
commit | a81ae28db34412c298ececc64319a9cf993c18f3 (patch) | |
tree | 0c0047e69c027051c171735113e16b50c3c67863 /src/leap/bitmask/crypto | |
parent | 1e9d1c9ff00f1269b17bc4dcf3004b0edcf6fde3 (diff) |
Handle correctly a logout problem. Closes #3774.
Also remove preferences button disable, we don't need that.
Diffstat (limited to 'src/leap/bitmask/crypto')
-rw-r--r-- | src/leap/bitmask/crypto/srpauth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/crypto/srpauth.py b/src/leap/bitmask/crypto/srpauth.py index 41ce130a..776fb2cc 100644 --- a/src/leap/bitmask/crypto/srpauth.py +++ b/src/leap/bitmask/crypto/srpauth.py @@ -553,6 +553,7 @@ class SRPAuth(QtCore.QObject): except Exception as e: logger.warning("Something went wrong with the logout: %r" % (e,)) + raise else: self.set_session_id(None) self.set_uid(None) |