mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Omit AuthorizationService from the default configurations, because the service doesn't exist in the distribution.
This commit is contained in:
@@ -187,11 +187,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
m_AuthorizationService = RequestModuleInterface<IAuthorizationService>();
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user