[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.2.2-11-ga3db857

X2Go dev team git-admin at x2go.org
Fri Jun 7 23:22:37 CEST 2013


The branch, build-main has been updated
       via  a3db85708b2cee6d3600702e89c0131fafb1bb56 (commit)
      from  4070ad82a71e5d6cc628dd4cc464c348db027b28 (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 21ba225..16919b1 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -864,7 +864,7 @@ class X2GoBroker(object):
                     if set(profile['host']).intersection(set(running_sessions)): profile['status'] = u'R'
                     if set(profile['host']).intersection(set(suspended_sessions)): profile['status'] = u'S'
 
-                profile['host'] = ['<will-be-provided-later>']
+                profile['host'] = [profile['host'][0]]
                 list_of_profiles.update({profile_id: profile, })
 
         return list_of_profiles


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