This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 79c66480d1e47bbbbe44edd3670d782688303424 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 10 16:25:33 2014 +0100 fix for last commit --- x2gobroker/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 43d8b69..9281f12 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -168,6 +168,7 @@ def _call_remote_broker_agent(username, task, cmdline_args=[], remote_agent=None elif not remote_agent.has_key('host_key_policy'): remote_agent['host_key_policy'] = paramiko.WarningPolicy() + remote_hostname = remote_agent[u'hostaddr'] remote_hostaddr = remote_agent[u'hostaddr'] if remote_agent.has_key(u'port'): remote_port = int(remote_agent[u'port']) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git