Changeset

5433:7d0622a80087

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 05 Apr 2013 13:06:48 +0100
parents 5431:19d537b5aacc (current diff) 5432:53b16286509a (diff)
children 5437:1994a4483b1c
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/portmanager.lua	Fri Apr 05 10:05:18 2013 +0100
+++ b/core/portmanager.lua	Fri Apr 05 13:06:48 2013 +0100
@@ -9,7 +9,7 @@
 
 local table = table;
 local setmetatable, rawset, rawget = setmetatable, rawset, rawget;
-local type, tonumber, tostring, ipairs = type, tonumber, tostring, ipairs;
+local type, tonumber, tostring, ipairs, pairs = type, tonumber, tostring, ipairs, pairs;
 
 local prosody = prosody;
 local fire_event = prosody.events.fire_event;