aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorDiva Canto2010-01-13 19:25:33 -0800
committerDiva Canto2010-01-13 19:25:33 -0800
commitdaa9866a9adf591c6b32f992d189f6a1189a1677 (patch)
treee8e5143e8076b55f4594bd6f6b532e5d9f6411c4 /OpenSim/Region/Framework/Scenes/Scene.cs
parentMake use of Fallback regions when the desired start region is having problems. (diff)
downloadopensim-SC_OLD-daa9866a9adf591c6b32f992d189f6a1189a1677.zip
opensim-SC_OLD-daa9866a9adf591c6b32f992d189f6a1189a1677.tar.gz
opensim-SC_OLD-daa9866a9adf591c6b32f992d189f6a1189a1677.tar.bz2
opensim-SC_OLD-daa9866a9adf591c6b32f992d189f6a1189a1677.tar.xz
Omit AuthorizationService from the default configurations, because the service doesn't exist in the distribution.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs10
1 files changed, 5 insertions, 5 deletions
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
187 { 187 {
188 m_AuthorizationService = RequestModuleInterface<IAuthorizationService>(); 188 m_AuthorizationService = RequestModuleInterface<IAuthorizationService>();
189 189
190 if (m_AuthorizationService == null) 190 //if (m_AuthorizationService == null)
191 { 191 //{
192 // don't throw an exception if no authorization service is set for the time being 192 // // don't throw an exception if no authorization service is set for the time being
193 m_log.InfoFormat("[SCENE]: No Authorization service is configured"); 193 // m_log.InfoFormat("[SCENE]: No Authorization service is configured");
194 } 194 //}
195 } 195 }
196 196
197 return m_AuthorizationService; 197 return m_AuthorizationService;