From 56edb2db8c8c97cd981d7ad34a17c0d19ce46120 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 12 Feb 2012 17:53:50 +0000 Subject: hostmanager: Import select() (thanks Medics) --- core/hostmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/hostmanager.lua') 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" -- cgit v1.2.3