diff options
author | Jeff Ames | 2009-09-13 13:56:09 +0900 |
---|---|---|
committer | Jeff Ames | 2009-09-13 13:56:09 +0900 |
commit | 01ec93945e69b2fbeabc8fedaec0c9c9224b442e (patch) | |
tree | ed4ba4b0ed7aabac9d35311df690f444e0e1697c /OpenSim/Region/CoreModules | |
parent | Guarding the unpacking of the email field introduced by Robsmart. Most profil... (diff) | |
download | opensim-SC_OLD-01ec93945e69b2fbeabc8fedaec0c9c9224b442e.zip opensim-SC_OLD-01ec93945e69b2fbeabc8fedaec0c9c9224b442e.tar.gz opensim-SC_OLD-01ec93945e69b2fbeabc8fedaec0c9c9224b442e.tar.bz2 opensim-SC_OLD-01ec93945e69b2fbeabc8fedaec0c9c9224b442e.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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 ac8b566..9241851 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/RemoteAuthorizationServiceConnector.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization | |||
136 | } | 136 | } |
137 | } | 137 | } |
138 | 138 | ||
139 | if(scene != null) | 139 | if (scene != null) |
140 | { | 140 | { |
141 | UserProfileData profile = scene.CommsManager.UserService.GetUserProfile(new UUID(userID)); | 141 | UserProfileData profile = scene.CommsManager.UserService.GetUserProfile(new UUID(userID)); |
142 | isAuthorized = IsAuthorizedForRegion(userID, profile.FirstName, profile.SurName, | 142 | isAuthorized = IsAuthorizedForRegion(userID, profile.FirstName, profile.SurName, |