# HG changeset patch # User Matthew Wild # Date 1329069230 0 # Node ID b9e0bd59d8177d6fd89549a0effb4f7d634ad46f # Parent 6643c9753453abb9d7cdf38b62ec68b9df4e7c4c hostmanager: Import select() (thanks Medics) diff -r 6643c9753453 -r b9e0bd59d817 core/hostmanager.lua --- 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"