core/hostmanager.lua
changeset 4748 1099ff8d9f76
parent 4732 29ff25c8bf56
child 4834 878f75ccc4fb
--- a/core/hostmanager.lua	Sat Apr 28 02:24:41 2012 +0100
+++ b/core/hostmanager.lua	Sat Apr 28 02:25:54 2012 +0100
@@ -24,7 +24,7 @@
 end
 local incoming_s2s = _G.prosody.incoming_s2s;
 
-local pairs, setmetatable, select = pairs, setmetatable, select;
+local pairs, select = pairs, select;
 local tostring, type = tostring, type;
 
 module "hostmanager"