diff options
author | Kim Alvefur <zash@zash.se> | 2015-12-03 16:06:09 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-12-03 16:06:09 +0100 |
commit | 061bdb54e067a8188bd0c10f2ad1a7de9f58a99e (patch) | |
tree | 2b7b57ad1397e53858dcd689b5b93db57a480f4d | |
parent | f9724de830f58d91f4cb4246a1bceebc4fe768cd (diff) | |
download | prosody-061bdb54e067a8188bd0c10f2ad1a7de9f58a99e.tar.gz prosody-061bdb54e067a8188bd0c10f2ad1a7de9f58a99e.zip |
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 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(""); |