[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 0.0.2.2-24-g6227df0

X2Go dev team git-admin at x2go.org
Wed Jun 5 00:00:58 CEST 2013


The branch, statusflag has been updated
       via  6227df06f2da16aa426ac25c7c007ec9f65a30dd (commit)
      from  fd0cd769f9392ca232ab281fceafa28beb13ba1f (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 6227df06f2da16aa426ac25c7c007ec9f65a30dd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jun 5 00:00:56 2013 +0200

    fix x2gobroker.agent.suspend_session call

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

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 153ab70..db1ffb3 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -977,7 +977,7 @@ class X2GoBroker(object):
                         session_info = suspended_sessions[0]
                     else:
                         session_info = running_sessions[0]
-                        x2gobroker.agent.suspend_session(session_name=session_info.split('|')[1], query_mode=agent_query_mode)
+                        x2gobroker.agent.suspend_session(username=username, session_name=session_info.split('|')[1], query_mode=agent_query_mode)
                     server_name = session_info.split('|')[3]
 
                     # if we have an explicit IP address for server_name, let's use that instead...


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