Mercurial > prosody-hg
diff core/hostmanager.lua @ 5377:898454038524
core.*: Complete removal of all traces of the "core" section and section-related code.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 23 Mar 2013 02:33:15 +0100 |
| parents | 38e7a5fafb28 |
| children | bd0ff8ae98a8 |
line wrap: on
line diff
--- a/core/hostmanager.lua Sat Mar 23 02:24:11 2013 +0100 +++ b/core/hostmanager.lua Sat Mar 23 02:33:15 2013 +0100 @@ -74,7 +74,7 @@ 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 = {}; };
