mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_admin_shell: Drop unused argument [luacheck]
This commit is contained in:
parent
b7bd70874a
commit
3717f5872a
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ function def_env.module:info(name, hosts)
|
|||
["auth-provider"] = item_name,
|
||||
["storage-provider"] = item_name,
|
||||
["http-provider"] = function(item, mod) return mod:http_url(item.name, item.default_path); end,
|
||||
["net-provider"] = function(item, mod)
|
||||
["net-provider"] = function(item)
|
||||
local service_name = item.name;
|
||||
local ports_list = {};
|
||||
for _, interface, port in portmanager.get_active_services():iter(service_name, nil, nil) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue