diff options
author | Jeff Ames | 2008-10-05 14:15:39 +0000 |
---|---|---|
committer | Jeff Ames | 2008-10-05 14:15:39 +0000 |
commit | aab6cdd8b05a97c8906a67eb8d3233580fbebb2f (patch) | |
tree | 1020456338cb7cc0b5ce5769fc4c0d85bd47bfe8 /OpenSim/Grid | |
parent | * An update to the UDP Packet handler which might make the giant sized crater... (diff) | |
download | opensim-SC_OLD-aab6cdd8b05a97c8906a67eb8d3233580fbebb2f.zip opensim-SC_OLD-aab6cdd8b05a97c8906a67eb8d3233580fbebb2f.tar.gz opensim-SC_OLD-aab6cdd8b05a97c8906a67eb8d3233580fbebb2f.tar.bz2 opensim-SC_OLD-aab6cdd8b05a97c8906a67eb8d3233580fbebb2f.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index fa3cfbd..1a69760 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -460,7 +460,7 @@ namespace OpenSim.Grid.UserServer | |||
460 | UUID uid; | 460 | UUID uid; |
461 | string pass = requestData["password"].ToString(); | 461 | string pass = requestData["password"].ToString(); |
462 | 462 | ||
463 | if(!UUID.TryParse((string) requestData["avatar_uuid"], out uid)) | 463 | if (!UUID.TryParse((string) requestData["avatar_uuid"], out uid)) |
464 | { | 464 | { |
465 | responseData["error"] = "No authorization"; | 465 | responseData["error"] = "No authorization"; |
466 | response.Value = responseData; | 466 | response.Value = responseData; |