mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
s2smanager: Access prosody.hosts instead of hosts global directly
This commit is contained in:
parent
4ceaa9d2f2
commit
5f6e150c61
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
|
||||
local hosts = hosts;
|
||||
local hosts = prosody.hosts;
|
||||
local tostring, pairs, getmetatable, newproxy, setmetatable
|
||||
= tostring, pairs, getmetatable, newproxy, setmetatable;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue