diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-05-11 01:46:35 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-05-11 01:46:35 +0100 |
commit | ac1d04c961f8b675c8bc6af9fe5760fd737f4c67 (patch) | |
tree | c6251ed8df31aa5d840cc457f510e2df6fb0075c /plugins | |
parent | 0fcfca7201b03c3a494df53baee718ebbe3776dd (diff) | |
download | prosody-ac1d04c961f8b675c8bc6af9fe5760fd737f4c67.tar.gz prosody-ac1d04c961f8b675c8bc6af9fe5760fd737f4c67.zip |
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_auth_anonymous.lua | 1 |
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); |