The branch, twofactorauth has been updated via 6126afedc1af9473b2b3581ac4f2c64663b9810e (commit) from ee2ce40e07dede7165912d0890f161780e946f2b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/session.py | 3 +++ 2 files changed, 4 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1885014..b2c7439 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ python-x2go (0.1.1.8-0-x2go1) UNRELEASED; urgency=low - Remove local session cache folders after sessions have terminated. - Fix missing import of socket module in backends/control/_stdout.py. - Catch failures on sftp_write in control session instance. + - Always disconnect from X2goSession instance. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 25 Sep 2011 02:08:11 +0200 diff --git a/x2go/session.py b/x2go/session.py index 65c9689..63cdd64 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -773,6 +773,9 @@ class X2goSession(object): **_params) except X2goControlSessionException, e: raise X2goSessionException(str(e)) + except X2goRemoteHomeException, e: + self.disconnect() + raise e except: # remove credentials immediately self.control_params['password'] = '' hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).