# HG changeset patch # User Waqas Hussain # Date 1293512320 -18000 # Node ID 1b9e691d2f478d90c1a6117151810b76969603a0 # Parent d343a76431cf276a5d1785cc64b01b6094025c06 hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now). diff -r d343a76431cf -r 1b9e691d2f47 core/hostmanager.lua --- a/core/hostmanager.lua Tue Dec 28 05:28:15 2010 +0500 +++ b/core/hostmanager.lua Tue Dec 28 09:58:40 2010 +0500 @@ -67,9 +67,6 @@ if not host_config.core.component_module then -- host host_session.type = "local"; host_session.sessions = {}; - if configmanager.get(host, "core", "anonymous_login") then - host_session.disallow_s2s = (configmanager.get(host, "core", "disallow_s2s") ~= false); - end else -- component host_session.type = "component"; end