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 dbb52bf2..f06264c3 100644
--- a/plugins/mod_component.lua
+++ b/plugins/mod_component.lua
@@ -211,7 +211,7 @@ connlisteners.register('component', component_listener);
module:add_event_hook("server-started",
function ()
if net_activate_ports then
- net_activate_ports("component_ports", "component", {5437}, "tcp");
+ net_activate_ports("component", "component", {5437}, "tcp");
else
error("No net_activate_ports: Using an incompatible version of Prosody?");
end