aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-05-22 15:21:22 +0200
committerKim Alvefur <zash@zash.se>2014-05-22 15:21:22 +0200
commit1b9e46bd01b196fe7b1a2ed99d367da24b9f6bf5 (patch)
treef5443dc1fe20882964d43b4f668b5c0c18cdd399 /core
parent43a760cd9330b1ebd6a6c7d1c95116ccd752655c (diff)
downloadprosody-1b9e46bd01b196fe7b1a2ed99d367da24b9f6bf5.tar.gz
prosody-1b9e46bd01b196fe7b1a2ed99d367da24b9f6bf5.zip
hostmanager, mod_dialback: Move generation of dialback secret out of core
Diffstat (limited to 'core')
-rw-r--r--core/hostmanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index 91b052d1..d10ecd30 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -74,7 +74,6 @@ function activate(host, host_config)
host = host;
s2sout = {};
events = events_new();
- dialback_secret = configmanager.get(host, "dialback_secret") or uuid_gen();
send = host_send;
modules = {};
};