s2smanager: Access prosody.hosts instead of hosts global directly

This commit is contained in:
Matthew Wild 2013-03-22 14:50:29 +00:00
parent 4ceaa9d2f2
commit 5f6e150c61

View file

@ -8,7 +8,7 @@
local hosts = hosts;
local hosts = prosody.hosts;
local tostring, pairs, getmetatable, newproxy, setmetatable
= tostring, pairs, getmetatable, newproxy, setmetatable;