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 | 7bc19cb550ecf722493f59590f6c202c8842079b (patch) | |
tree | c6251ed8df31aa5d840cc457f510e2df6fb0075c /plugins/mod_auth_anonymous.lua | |
parent | cc7ad75d41df63cd968f5b2ffd920cd99671274f (diff) | |
download | prosody-7bc19cb550ecf722493f59590f6c202c8842079b.tar.gz prosody-7bc19cb550ecf722493f59590f6c202c8842079b.zip |
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
Diffstat (limited to 'plugins/mod_auth_anonymous.lua')
-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); |