[X2Go-Commits] [x2gobroker] 01/01: fix for last commit

git-admin at x2go.org git-admin at x2go.org
Wed Oct 29 15:43:46 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 8c247c2b3270ec3eaba2ff863594fb6b31f0cec3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 29 15:43:41 2014 +0100

    fix for last commit
---
 bin/x2gobroker |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/x2gobroker b/bin/x2gobroker
index a7d0f6d..6131e5f 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="0.0.0.0", default_port=8080)
+        bind_address, bind_port = x2gobroker.utils.split_host_address(cmdline_args.bind, default_address="127.0.0.1", 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


More information about the x2go-commits mailing list