Diff

core/hostmanager.lua @ 4508:b9e0bd59d817

hostmanager: Import select() (thanks Medics)
author Matthew Wild <mwild1@gmail.com>
date Sun, 12 Feb 2012 17:53:50 +0000
parent 4502:dd1eaecc11f9
child 4730:2587e249927f
line wrap: on
line diff
--- a/core/hostmanager.lua	Sun Feb 12 15:14:35 2012 +0100
+++ b/core/hostmanager.lua	Sun Feb 12 17:53:50 2012 +0000
@@ -24,7 +24,7 @@
 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"