prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
authorKim Alvefur <zash@zash.se>
Thu, 03 Dec 2015 16:06:09 +0100
changeset 6961 ebac87d80ef4
parent 6960 e442016918a9
child 6962 aa8647a5105d
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
prosodyctl
--- 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("");