The branch, tornado has been updated via 391fa36de255a6e17e817fe7127d85f81db015ee (commit) from b6a0588c151b322dfcf2418b6d6df289946710d1 (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 391fa36de255a6e17e817fe7127d85f81db015ee Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 5 20:48:59 2013 +0100 fix listen statement ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/sbin/x2gobroker b/sbin/x2gobroker index adbde81..d9420b0 100755 --- a/sbin/x2gobroker +++ b/sbin/x2gobroker @@ -136,7 +136,7 @@ if __name__ == "__main__": else: # run without https http_server = tornado.httpserver.HTTPServer(application) - http_server.listen(8080, address=) + http_server.listen(bind_port, address=bind_address) tornado.ioloop.IOLoop.instance().start() except socket.error, e: print (e) 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).