diff options
author | Kim Alvefur <zash@zash.se> | 2013-03-23 02:33:15 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-03-23 02:33:15 +0100 |
commit | 75e786c1f0ca40d9244324f30d9ef662e7e24974 (patch) | |
tree | ecc07df37df1db9a79a86f936ed683a9654861f4 /core/hostmanager.lua | |
parent | 0019ee9380c3129056cd4521018a888b69068ca0 (diff) | |
download | prosody-75e786c1f0ca40d9244324f30d9ef662e7e24974.tar.gz prosody-75e786c1f0ca40d9244324f30d9ef662e7e24974.zip |
core.*: Complete removal of all traces of the "core" section and section-related code.
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r-- | core/hostmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua index 40401e48..06ba72a1 100644 --- a/core/hostmanager.lua +++ b/core/hostmanager.lua @@ -74,7 +74,7 @@ function activate(host, host_config) host = host; s2sout = {}; events = events_new(); - dialback_secret = configmanager.get(host, "core", "dialback_secret") or uuid_gen(); + dialback_secret = configmanager.get(host, "dialback_secret") or uuid_gen(); send = host_send; modules = {}; }; |