diff options
author | Rob Smart | 2009-09-10 16:13:18 +0100 |
---|---|---|
committer | Diva Canto | 2009-09-10 17:52:42 -0700 |
commit | 953ef780c5858b70b3b2da551640c93105feb12c (patch) | |
tree | c875871ac861e7948a8f08266118c00817d64762 /OpenSim/Region | |
parent | The stubs for an authorization service, at the moment the service will always... (diff) | |
download | opensim-SC-953ef780c5858b70b3b2da551640c93105feb12c.zip opensim-SC-953ef780c5858b70b3b2da551640c93105feb12c.tar.gz opensim-SC-953ef780c5858b70b3b2da551640c93105feb12c.tar.bz2 opensim-SC-953ef780c5858b70b3b2da551640c93105feb12c.tar.xz |
adding in working functionality for the remote connector
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs index 5870111..b0d8baa 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs | |||
@@ -76,7 +76,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization | |||
76 | 76 | ||
77 | base.Initialise(source); | 77 | base.Initialise(source); |
78 | 78 | ||
79 | m_log.Info("[AUTHORIZATION CONNECTOR]: Remote assets enabled"); | 79 | m_log.Info("[AUTHORIZATION CONNECTOR]: Remote authorization enabled"); |
80 | } | 80 | } |
81 | } | 81 | } |
82 | } | 82 | } |