aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-02-12 17:53:50 +0000
committerMatthew Wild <mwild1@gmail.com>2012-02-12 17:53:50 +0000
commit56edb2db8c8c97cd981d7ad34a17c0d19ce46120 (patch)
treec1d0167beab0e60beddfaf20793d5977c35f6976 /core/hostmanager.lua
parent621f44b14645b7f47fb7b422de4407bd04f9661a (diff)
downloadprosody-56edb2db8c8c97cd981d7ad34a17c0d19ce46120.tar.gz
prosody-56edb2db8c8c97cd981d7ad34a17c0d19ce46120.zip
hostmanager: Import select() (thanks Medics)
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index 7edf8230..330a0d03 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -24,7 +24,7 @@ if not _G.prosody.incoming_s2s then
end
local incoming_s2s = _G.prosody.incoming_s2s;
-local pairs, setmetatable = pairs, setmetatable;
+local pairs, setmetatable, select = pairs, setmetatable, select;
local tostring, type = tostring, type;
module "hostmanager"