aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-05-11 01:46:35 +0100
committerMatthew Wild <mwild1@gmail.com>2012-05-11 01:46:35 +0100
commit7bc19cb550ecf722493f59590f6c202c8842079b (patch)
treec6251ed8df31aa5d840cc457f510e2df6fb0075c /plugins
parentcc7ad75d41df63cd968f5b2ffd920cd99671274f (diff)
downloadprosody-7bc19cb550ecf722493f59590f6c202c8842079b.tar.gz
prosody-7bc19cb550ecf722493f59590f6c202c8842079b.zip
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_auth_anonymous.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_auth_anonymous.lua b/plugins/mod_auth_anonymous.lua
index 5df81f24..55398d8a 100644
--- a/plugins/mod_auth_anonymous.lua
+++ b/plugins/mod_auth_anonymous.lua
@@ -52,7 +52,6 @@ local function dm_callback(username, host, datastore, data)
end
if module:get_option_boolean("disallow_s2s", true) then
- hosts[module.host].disallow_s2s = true;
module:hook("route/remote", function (event)
return false; -- Block outgoing s2s from anonymous users
end, 300);