[X2Go-Commits] python-x2go.git - master (branch) updated: 0.4.0.8-40-gb98840c
X2Go dev team
git-admin at x2go.org
Tue Dec 17 21:35:42 CET 2013
The branch, master has been updated
via b98840c0e699d6d9507a5274939c08019f240bb5 (commit)
from 155379ec735f112d1e354ce4dc77bc68afbdd678 (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 -----------------------------------------------------------------
commit b98840c0e699d6d9507a5274939c08019f240bb5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Dec 17 21:25:50 2013 +0100
fix for previous+1 commit
-----------------------------------------------------------------------
Summary of changes:
x2go/backends/control/_stdout.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 6ecf703..bfbaf41 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -1050,9 +1050,9 @@ class X2GoControlSessionSTDOUT(paramiko.SSHClient):
# since Paramiko 1.7.7.1 there is compression available, let's use it if present...
if x2go._paramiko.PARAMIKO_FEATURE['use-compression']:
- t.use_compression(compress=True)
+ ssh_transport.use_compression(compress=True)
# enable keep alive callbacks
- t.set_keepalive(5)
+ ssh_transport.set_keepalive(5)
self.session_died = False
self.query_server_features(force=True)
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).
More information about the x2go-commits
mailing list