From fd355ccea0227f32f49733a856103d02226be57a Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 18 Oct 2016 15:10:02 +0200 Subject: Remove unused code from test Makefile. Fix parsing bug in compileconfig. --- tools/compileconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/compileconfig.py b/tools/compileconfig.py index cee9873..7ba2fac 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -101,7 +101,7 @@ def gen_http_servers(nodetype, nodeconfig, bind_addresses, bind_publicaddress, b if bind_publicaddress: (publichost, publicport) = parse_address(bind_publicaddress) else: - (_, publicport) = parse_address(nodeconfig["publicaddress"]) + (_, publicport) = parse_address(nodeconfig["frontendnodes"]["publicaddress"]) publichost = "0.0.0.0" if bind_publichttpaddress: -- cgit v1.1