[X2go-Commits] x2gobroker.git - master (branch) updated: 0.0.0.6-14-g02b4250

X2Go dev team git-admin at x2go.org
Thu Mar 7 05:47:00 CET 2013


The branch, master has been updated
       via  02b425048b6beca03c0ae202d54005157dc71d5f (commit)
      from  38e1f3976082c99519843ab8f4cfa0730bdd818c (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 02b425048b6beca03c0ae202d54005157dc71d5f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 7 05:46:52 2013 +0100

    fix call of self.random_remote_agent()

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

Summary of changes:
 x2gobroker/brokers/base_broker.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index d5e775e..f9fd037 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -826,7 +826,7 @@ class X2GoBroker(object):
 
         remote_agent = None
         if agent_query_mode.upper() == u'SSH':
-            remote_agent = self.random_remote_agent(server_list)
+            remote_agent = self.random_remote_agent(profile_id)
 
         # detect best X2Go server for this user if load balancing is configured
         if len(server_list) >= 2 and username:


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list