The branch, build-main 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- 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).