mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
vairious: Add annotation when an empty environment is set [luacheck]
This commit is contained in:
parent
8e377a8d55
commit
43b814a83b
46 changed files with 46 additions and 0 deletions
|
@ -23,6 +23,7 @@ local incoming_s2s = incoming_s2s;
|
|||
local fire_event = prosody.events.fire_event;
|
||||
|
||||
local _ENV = nil;
|
||||
-- luacheck: std none
|
||||
|
||||
local function new_incoming(conn)
|
||||
local session = { conn = conn, type = "s2sin_unauthed", direction = "incoming", hosts = {} };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue