diff options
author | Florian Zeitz <florob@babelmonkeys.de> | 2012-06-09 02:27:44 +0200 |
---|---|---|
committer | Florian Zeitz <florob@babelmonkeys.de> | 2012-06-09 02:27:44 +0200 |
commit | 8395775fc1bd1e72a8c83927003d2af1ed5f304a (patch) | |
tree | f224f9bbbd3070899a9ad981d0b4802a0fb22648 /prosody | |
parent | 5937bc4c8554fbd2121b2052cf52d6a24bf40aa0 (diff) | |
download | prosody-8395775fc1bd1e72a8c83927003d2af1ed5f304a.tar.gz prosody-8395775fc1bd1e72a8c83927003d2af1ed5f304a.zip |
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |