Changeset

4508:b9e0bd59d817

hostmanager: Import select() (thanks Medics)
author Matthew Wild <mwild1@gmail.com>
date Sun, 12 Feb 2012 17:53:50 +0000
parents 4506:6643c9753453
children 4509:e886bd7c2f6c 4511:92597f6223de
files core/hostmanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"