aboutsummaryrefslogtreecommitdiffstats
path: root/core/portmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-01-21 01:29:00 +0000
committerMatthew Wild <mwild1@gmail.com>2015-01-21 01:29:00 +0000
commitcd0dd3f92b02d855c98701792c179d02ad12bf24 (patch)
treea2ed9fcc1c1496bdcbdf1da40e868aa4d50246fa /core/portmanager.lua
parent6591bd9db584bf6c5b8920c4438cd087bbfefce3 (diff)
parent5723bad906dcbef98eb1cdc196675a7a526f97cc (diff)
downloadprosody-cd0dd3f92b02d855c98701792c179d02ad12bf24.tar.gz
prosody-cd0dd3f92b02d855c98701792c179d02ad12bf24.zip
Merge 0.10->trunk
Diffstat (limited to 'core/portmanager.lua')
-rw-r--r--core/portmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/portmanager.lua b/core/portmanager.lua
index bc2d4264..eab2412a 100644
--- a/core/portmanager.lua
+++ b/core/portmanager.lua
@@ -9,7 +9,7 @@ local set = require "util.set";
local table = table;
local setmetatable, rawset, rawget = setmetatable, rawset, rawget;
-local type, tonumber, tostring, ipairs, pairs = type, tonumber, tostring, ipairs, pairs;
+local type, tonumber, tostring, ipairs = type, tonumber, tostring, ipairs;
local prosody = prosody;
local fire_event = prosody.events.fire_event;