mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_posix: Ignore currently unused argument [luacheck]
This commit is contained in:
parent
547eeb1267
commit
14f5606da9
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ local function write_pidfile()
|
|||
end
|
||||
|
||||
local syslog_opened;
|
||||
function syslog_sink_maker(config)
|
||||
function syslog_sink_maker(config) -- luacheck: ignore 212/config
|
||||
if not syslog_opened then
|
||||
pposix.syslog_open("prosody", module:get_option_string("syslog_facility"));
|
||||
syslog_opened = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue