aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-03-22 11:21:24 +0000
committerMatthew Wild <mwild1@gmail.com>2013-03-22 11:21:24 +0000
commitee5a8c95433c8e183c537d936a37e4701e3997f3 (patch)
treeb2e13770bd92583a8854f1c07824a40cefeb7b14 /prosody
parentnet.http: Disable SSLv2 support for HTTPS connections (diff)
downloadprosody-ee5a8c95433c8e183c537d936a37e4701e3997f3.tar.xz
prosody-ee5a8c95433c8e183c537d936a37e4701e3997f3.zip
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody b/prosody
index 00fde04cd..481b3f063 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