Changeset

4845:f56eeff93847

Merge with backout
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 May 2012 01:46:41 +0100
parents 4843:d91dda67647a (current diff) 4844:3d1ca811eee3 (diff)
children 4846:3bc3498df0a0
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua	Fri May 11 01:45:36 2012 +0100
+++ b/plugins/mod_auth_anonymous.lua	Fri May 11 01:46:41 2012 +0100
@@ -52,7 +52,6 @@
 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);