From daa9866a9adf591c6b32f992d189f6a1189a1677 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Wed, 13 Jan 2010 19:25:33 -0800 Subject: Omit AuthorizationService from the default configurations, because the service doesn't exist in the distribution. --- OpenSim/Region/Framework/Scenes/Scene.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 206e2f8..ecbd7e3 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -187,11 +187,11 @@ namespace OpenSim.Region.Framework.Scenes { m_AuthorizationService = RequestModuleInterface(); - if (m_AuthorizationService == null) - { - // don't throw an exception if no authorization service is set for the time being - m_log.InfoFormat("[SCENE]: No Authorization service is configured"); - } + //if (m_AuthorizationService == null) + //{ + // // don't throw an exception if no authorization service is set for the time being + // m_log.InfoFormat("[SCENE]: No Authorization service is configured"); + //} } return m_AuthorizationService; -- cgit v1.1