aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorFlorian Zeitz <florob@babelmonkeys.de>2012-06-09 02:27:44 +0200
committerFlorian Zeitz <florob@babelmonkeys.de>2012-06-09 02:27:44 +0200
commit8eec29745633bd84c2d325d42dbeeb4afd37d516 (patch)
treef224f9bbbd3070899a9ad981d0b4802a0fb22648 /prosody
parentprosody: Define a getfenv() replacement for Lua 5.2 (diff)
downloadprosody-8eec29745633bd84c2d325d42dbeeb4afd37d516.tar.xz
prosody-8eec29745633bd84c2d325d42dbeeb4afd37d516.zip
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 6f5a14eb9..b8de92f59 100755
--- a/prosody
+++ b/prosody
@@ -128,7 +128,7 @@ function log_dependency_warnings()
end
function sanity_check()
- for host, host_config in pairs(configmanager.getconfig()) do
+ 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