[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 0.0.2.2-10-g98aa2af
X2Go dev team
git-admin at x2go.org
Tue Jun 4 21:21:21 CEST 2013
The branch, statusflag has been updated
via 98aa2af23baee3aab8d5633f5cc19a0ed98fa703 (commit)
from 9a50744749881a91422b397c2985ed3f35bc8175 (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 98aa2af23baee3aab8d5633f5cc19a0ed98fa703
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jun 4 21:21:19 2013 +0200
syntax fix
-----------------------------------------------------------------------
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 c01a76a..2784f8d 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -810,7 +810,7 @@ class X2GoBroker(object):
remote_agent_port = profile[u'sshport']
remote_agent = {u'hostname': remote_agent_server, u'port': remote_agent_port, }
- if x2gobroker.agent.ping(query_mode=agent_query_mode, remote_agent=remote_agent)
+ if x2gobroker.agent.ping(query_mode=agent_query_mode, remote_agent=remote_agent):
break
server_list = server_list[0:-1]
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