[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.0.3-5-g04ecca3

X2go dev team git-admin at x2go.org
Sun Jun 19 21:58:25 CEST 2011


The branch, master has been updated
       via  04ecca3b0c80a420af49df7cb06dd5cb24b52dc9 (commit)
      from  2eb15478ddd7b8fc737cdc8a1ba0c77e469a56bd (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 04ecca3b0c80a420af49df7cb06dd5cb24b52dc9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jun 19 21:58:50 2011 +0200

    fixed type

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/control/_stdout.py |    4 ++--
 1 files 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 c4738aa..ca9efb7 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -380,7 +380,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
             try:
                 self.logger('trying SSH pub/priv key authentication with server', loglevel=log.loglevel_DEBUG)
                 paramiko.SSHClient.connect(self, hostname, port=port, username=username, pkey=pkey,
-                                           key_filename=key_filename, timeout=float(timeout), allow_agent=allow_agent, 
+                                           key_filename=key_filename, timeout=timeout, allow_agent=allow_agent, 
                                            look_for_keys=look_for_keys)
 
             except paramiko.AuthenticationException, e:
@@ -390,7 +390,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
                     self.logger('next auth mechanism we\'ll try is keyboard-interactive authentication', loglevel=log.loglevel_DEBUG)
                     try:
                         paramiko.SSHClient.connect(self, hostname, port=port, username=username, password=password,
-                                                   timeout=float(timeout), allow_agent=allow_agent, 
+                                                   timeout=timeout, allow_agent=allow_agent, 
                                                    look_for_keys=look_for_keys)
                     except:
                         if self.sshproxy_session:


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