diff options
author | Diva Canto | 2009-09-11 06:59:10 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-11 06:59:10 -0700 |
commit | ca0810a1036f54f61cd92ab9356de538f4783e2c (patch) | |
tree | 9a4d03371d76848dd51545b572f20f9a334e3553 /OpenSim/Services/Connectors/Authorization | |
parent | Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor... (diff) | |
download | opensim-SC_OLD-ca0810a1036f54f61cd92ab9356de538f4783e2c.zip opensim-SC_OLD-ca0810a1036f54f61cd92ab9356de538f4783e2c.tar.gz opensim-SC_OLD-ca0810a1036f54f61cd92ab9356de538f4783e2c.tar.bz2 opensim-SC_OLD-ca0810a1036f54f61cd92ab9356de538f4783e2c.tar.xz |
Minor indentation cleanup.
Diffstat (limited to 'OpenSim/Services/Connectors/Authorization')
-rw-r--r-- | OpenSim/Services/Connectors/Authorization/AuthorizationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Authorization/AuthorizationServiceConnector.cs b/OpenSim/Services/Connectors/Authorization/AuthorizationServiceConnector.cs index bc4daad..98309f1 100644 --- a/OpenSim/Services/Connectors/Authorization/AuthorizationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Authorization/AuthorizationServiceConnector.cs | |||
@@ -88,7 +88,7 @@ namespace OpenSim.Services.Connectors | |||
88 | m_ResponseOnFailure = responseOnFailure; | 88 | m_ResponseOnFailure = responseOnFailure; |
89 | } | 89 | } |
90 | 90 | ||
91 | public bool IsAuthorizedForRegion(string userID,string firstname, string surname, string email, string regionName, string regionID) | 91 | public bool IsAuthorizedForRegion(string userID, string firstname, string surname, string email, string regionName, string regionID) |
92 | { | 92 | { |
93 | // do a remote call to the authorization server specified in the AuthorizationServerURI | 93 | // do a remote call to the authorization server specified in the AuthorizationServerURI |
94 | m_log.InfoFormat("[AUTHORIZATION CONNECTOR]: IsAuthorizedForRegion checking {0} at remote server {1}", userID, m_ServerURI); | 94 | m_log.InfoFormat("[AUTHORIZATION CONNECTOR]: IsAuthorizedForRegion checking {0} at remote server {1}", userID, m_ServerURI); |