[X2Go-Commits] x2gobroker.git - tmp (branch) updated: 0.0.0.5-51-g391fa36

X2Go dev team git-admin at x2go.org
Tue Apr 23 21:08:57 CEST 2013


The branch, tmp 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list