mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
This commit is contained in:
parent
ec4a62325a
commit
7483b7134a
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ function commands.check(arg)
|
|||
for host in enabled_hosts() do
|
||||
all_options:include(set.new(it.to_array(it.keys(config[host]))));
|
||||
end
|
||||
local ssl = nil, dependencies.softreq"ssl";
|
||||
local ssl = dependencies.softreq"ssl";
|
||||
if not ssl then
|
||||
if not set.intersection(all_options, set.new({"require_encryption", "c2s_require_encryption", "s2s_require_encryption"})):empty() then
|
||||
print("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue