From 7bc19cb550ecf722493f59590f6c202c8842079b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 11 May 2012 01:46:35 +0100 Subject: Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb. --- plugins/mod_auth_anonymous.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') 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); -- cgit v1.2.3