Software /
code /
prosody
Changeset
6958:ebac87d80ef4
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 03 Dec 2015 16:06:09 +0100 |
parents | 6957:e442016918a9 |
children | 6959:aa8647a5105d |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Thu Dec 03 15:51:22 2015 +0100 +++ b/prosodyctl Thu Dec 03 16:06:09 2015 +0100 @@ -917,7 +917,7 @@ 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("");