prosody
changeset 5357 ac530c44772e
parent 5296 78b7a4ad2f32
child 5358 4d37d792c4d5
--- a/prosody	Wed Mar 20 20:31:52 2013 +0000
+++ b/prosody	Fri Mar 22 11:21:24 2013 +0000
@@ -132,8 +132,8 @@
 function sanity_check()
 	for host, host_config in pairs(config.getconfig()) do
 		if host ~= "*"
-		and host_config.core.enabled ~= false
-		and not host_config.core.component_module then
+		and host_config.enabled ~= false
+		and not host_config.component_module then
 			return;
 		end
 	end