From ee5a8c95433c8e183c537d936a37e4701e3997f3 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 22 Mar 2013 11:21:24 +0000 Subject: configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. --- prosody | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prosody') diff --git a/prosody b/prosody index 00fde04c..481b3f06 100755 --- a/prosody +++ b/prosody @@ -132,8 +132,8 @@ end 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 -- cgit v1.2.3