From 7483b7134a34dc6be27c469158e30e3eaa5f9457 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 3 Dec 2015 16:06:09 +0100 Subject: prosodyctl check: Really store imported LuaSec (must be a leftover from debugging) --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 25bfd55b..dcfe6930 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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(""); -- cgit v1.2.3