Merge with 0.9
authorMatthew Wild <mwild1@gmail.com>
Sun, 12 Feb 2012 17:55:22 +0000
changeset 4509 e886bd7c2f6c
parent 4507 32177c680d2a (current diff)
parent 4508 b9e0bd59d817 (diff)
child 4510 b827401581c5
Merge with 0.9
--- a/core/hostmanager.lua	Sun Feb 12 14:21:09 2012 +0000
+++ b/core/hostmanager.lua	Sun Feb 12 17:55:22 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"