aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-03-23 02:33:15 +0100
committerKim Alvefur <zash@zash.se>2013-03-23 02:33:15 +0100
commit1acfdf5914a91071da52f2203dce90ec3c30d5ba (patch)
treeecc07df37df1db9a79a86f936ed683a9654861f4 /core/hostmanager.lua
parent974917a5a22e27441c086474be2672b3ba1fa3af (diff)
downloadprosody-1acfdf5914a91071da52f2203dce90ec3c30d5ba.tar.gz
prosody-1acfdf5914a91071da52f2203dce90ec3c30d5ba.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.lua2
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 = {};
};