# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1449155169 -3600
# Node ID ebac87d80ef44e819425d1a52c532fc6ddab9003
# Parent  e442016918a939539de1a61329de141c8f228f1c
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)

diff -r e442016918a9 -r ebac87d80ef4 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("");