This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit cf22e29690ee6d1aae061b385d11987308a9846a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 16:36:01 2014 +0100 fix binding to all address by givint port only --- bin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/x2gobroker b/bin/x2gobroker index 143d27a..a0c79af 100755 --- a/bin/x2gobroker +++ b/bin/x2gobroker @@ -238,7 +238,7 @@ if __name__ == "__main__": if not daemon_logdir.endswith('/'): daemon_logdir += '/' - bind_address, bind_port = x2gobroker.utils.split_host_address(cmdline_args.bind, default_address="127.0.0.1", default_port=8080) + bind_address, bind_port = x2gobroker.utils.split_host_address(cmdline_args.bind, default_address=None, default_port=8080) cmdline_args.bind = "[{address}]:{port}".format(address=bind_address, port=bind_port) urls = () -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git