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
commit2e382ff38324f76c3282d4e10a259558de3232ff (patch)
tree0a03eb6bdfb128102f15ec37ff797c69838f33a0 /core
parent02a7b8a2158a99029d7465c06b548a7a988faa2c (diff)
downloadprosody-2e382ff38324f76c3282d4e10a259558de3232ff.tar.gz
prosody-2e382ff38324f76c3282d4e10a259558de3232ff.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