aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_component.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_component.lua')
-rw-r--r--plugins/mod_component.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_component.lua b/plugins/mod_component.lua
index 4da1baf7..573b2c8e 100644
--- a/plugins/mod_component.lua
+++ b/plugins/mod_component.lua
@@ -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");