# HG changeset patch # User Matthew Wild # Date 1329069322 0 # Node ID e886bd7c2f6c9fa65e96bc56ac4214f562ece913 # Parent 32177c680d2a714109a1f119a1981e495494b4be# Parent b9e0bd59d8177d6fd89549a0effb4f7d634ad46f Merge with 0.9 diff -r 32177c680d2a -r e886bd7c2f6c core/hostmanager.lua --- 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"