mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +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
|
@ -25,6 +25,7 @@ local log = require "util.logger".init("x509");
|
|||
local s_format = string.format;
|
||||
|
||||
local _ENV = nil;
|
||||
-- luacheck: std none
|
||||
|
||||
local oid_commonname = "2.5.4.3"; -- [LDAP] 2.3
|
||||
local oid_subjectaltname = "2.5.29.17"; -- [PKIX] 4.2.1.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue