Merge 0.10->trunk

This commit is contained in:
Kim Alvefur 2017-05-17 01:06:20 +02:00
commit 9b9d6a9ba9
8 changed files with 25 additions and 14 deletions

View file

@ -66,7 +66,7 @@ function module.add_host(module)
return true;
end
local secret = module:get_option("component_secret");
local secret = module:get_option_string("component_secret");
if not secret then
(session.log or log)("warn", "Component attempted to identify as %s, but component_secret is not set", session.host);
session:close("not-authorized");