[X2go-Commits] x2gobroker.git - master (branch) updated: 0.0.0.6-17-g42032bd

X2Go dev team git-admin at x2go.org
Thu Mar 7 06:21:06 CET 2013


The branch, master has been updated
       via  42032bd1bbcef0555bb15baf022704c09d94c342 (commit)
      from  26629de904cb2dc49f576d156efd6913ab7cccdd (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 42032bd1bbcef0555bb15baf022704c09d94c342
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 7 06:20:56 2013 +0100

    differentiate between empty dict and None

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

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 333368e..89aadac 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -842,7 +842,7 @@ class X2GoBroker(object):
             # query remote agent for session info, if one of the server's is down, we will try the next one...
             busy_servers = None
             exclude_agents = []
-            while not busy_servers and remote_agent:
+            while busy_servers is None and remote_agent:
 
                 try:
                     busy_servers = x2gobroker.agent.find_busy_servers(username=username, query_mode=agent_query_mode, remote_agent=remote_agent)


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