mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
hostmanager: Use prosody.hosts instead of 'hosts' global
This commit is contained in:
parent
a2a4f805cd
commit
3ba555b9c5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ local uuid_gen = require "util.uuid".generate;
|
|||
|
||||
local log = require "util.logger".init("hostmanager");
|
||||
|
||||
local hosts = hosts;
|
||||
local hosts = prosody.hosts;
|
||||
local prosody_events = prosody.events;
|
||||
if not _G.prosody.incoming_s2s then
|
||||
require "core.s2smanager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue