diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 10 |
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; |