diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-05-11 01:46:41 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-05-11 01:46:41 +0100 |
commit | bbf9d411b846c78408bb4429ebe2dcf3f71d27b2 (patch) | |
tree | 8a526c9d72b13bfaf7a439d7f39d017bd4361bf9 /plugins | |
parent | 205fa926e72483b3d981d96915df59aa9b800b9f (diff) | |
parent | 7bc19cb550ecf722493f59590f6c202c8842079b (diff) | |
download | prosody-bbf9d411b846c78408bb4429ebe2dcf3f71d27b2.tar.gz prosody-bbf9d411b846c78408bb4429ebe2dcf3f71d27b2.zip |
Merge with backout
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); |