util/startup.lua
changeset 8642 070a77c15f63
parent 8641 f8f45bbbd8ba
child 8656 dab9b8af0f01
--- a/util/startup.lua	Wed Mar 21 16:30:24 2018 +0100
+++ b/util/startup.lua	Wed Mar 21 16:31:48 2018 +0100
@@ -475,7 +475,7 @@
 		};
 	end
 
-	for hostname, config in pairs(config.getconfig()) do
+	for hostname in pairs(config.getconfig()) do
 		hosts[hostname] = make_host(hostname);
 	end
 end