core/hostmanager.lua
changeset 4508 b9e0bd59d817
parent 4502 dd1eaecc11f9
child 4730 2587e249927f
--- 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"