Software /
code /
prosody
Diff
util/openssl.lua @ 8382:e5d00bf4a4d5
util: Various minor changes to please [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Nov 2017 05:42:32 +0100 |
parent | 7529:bdaff978c790 |
child | 12784:3b9de8dd71a3 |
line wrap: on
line diff
--- a/util/openssl.lua Fri Nov 10 05:34:29 2017 +0100 +++ b/util/openssl.lua Fri Nov 10 05:42:32 2017 +0100 @@ -114,7 +114,7 @@ s_format("%s;%s", oid_xmppaddr, utf8string(host))); end -function ssl_config:from_prosody(hosts, config, certhosts) +function ssl_config:from_prosody(hosts, config, certhosts) -- luacheck: ignore 431/config -- TODO Decide if this should go elsewhere local found_matching_hosts = false; for i = 1, #certhosts do