[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0557c89a5cfda2b482027c4a27f0ad189a0a53da

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:26 CEST 2013


The branch, twofactorauth has been updated
       via  0557c89a5cfda2b482027c4a27f0ad189a0a53da (commit)
      from  99b5cd7f9ec27f57b8779e941ebf7a8be040f516 (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:
 x2go/proxy.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/proxy.py b/x2go/proxy.py
index 42beb50..7e7a5c1 100644
--- a/x2go/proxy.py
+++ b/x2go/proxy.py
@@ -163,7 +163,7 @@ class X2goProxy(threading.Thread):
         # update the proxy port in PROXY_ARGS
         self._update_local_proxy_socket(local_graphics_port)
 
-        if len(self.PROXY_OPTIONS) >= 250:
+        if len(",".join(self.PROXY_OPTIONS)) >= 250:
             _options_filename = os.path.join(self.session_info.local_container, 'options')
             options = os.open(_options_filename, w)
             options.write(','.join(self.PROXY_OPTIONS))


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