The branch, master has been updated via c6fbb4cf743a450b4a251bf39e86822662b17a73 (commit) from 51cb5974db42ea58b28b4b520337fa00a0a80eab (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 c6fbb4cf743a450b4a251bf39e86822662b17a73 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 1 17:07:20 2013 +0100 fix unfinished agent 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 c718dc4..2f9b6d2 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -851,7 +851,7 @@ class X2GoBroker(object): x2gobroker.agent.add_authorized_key(username=username, pubkey_hash=pubkey, authorized_keys_file=self.get_authorized_keys_file(profile_id), - self.getremote_agent, + remote_agent=remote_agent, ), selected_session.update({ 'authentication_privkey': privkey, 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).