Software /
code /
prosody
Changeset
4509:e886bd7c2f6c
Merge with 0.9
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Feb 2012 17:55:22 +0000 |
parents | 4507:32177c680d2a (current diff) 4508:b9e0bd59d817 (diff) |
children | 4510:b827401581c5 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"