aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-05-13 17:08:34 +0100
committerMatthew Wild <mwild1@gmail.com>2015-05-13 17:08:34 +0100
commitb925d6f5808918b0fc75ec04b17bc9d3b4f209a3 (patch)
tree0a03eb6bdfb128102f15ec37ff797c69838f33a0 /core
parent36c0cf5d9dec93ab76e84104e16e3dd077f5f57a (diff)
downloadprosody-b925d6f5808918b0fc75ec04b17bc9d3b4f209a3.tar.gz
prosody-b925d6f5808918b0fc75ec04b17bc9d3b4f209a3.zip
portmanager: Remove unused argument from function [luacheck]
Diffstat (limited to 'core')
-rw-r--r--core/portmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/portmanager.lua b/core/portmanager.lua
index e7516886..e800cf36 100644
--- a/core/portmanager.lua
+++ b/core/portmanager.lua
@@ -211,7 +211,7 @@ function get_service(service_name)
return (services[service_name] or {})[1];
end
-function get_active_services(...)
+function get_active_services()
return active_services;
end