diff options
author | Adam Frisby | 2007-12-04 08:18:09 +0000 |
---|---|---|
committer | Adam Frisby | 2007-12-04 08:18:09 +0000 |
commit | be7ae3dd3ecddc46390f40c0315ff84703c32e7a (patch) | |
tree | 30d4a2d345a71d4de360c79ba933c9a1c3b43feb /OpenSim/Grid/UserServer/UserLoginService.cs | |
parent | * Fixed compile issue. (diff) | |
download | opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.zip opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.gz opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.bz2 opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.xz |
* Removed 12 compiler warnings.
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-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 13f8350..ef4b82d 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim.Grid.UserServer | |||
118 | XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams); | 118 | XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams); |
119 | XmlRpcResponse GridResp = GridReq.Send(SimInfo.httpServerURI, 6000); | 119 | XmlRpcResponse GridResp = GridReq.Send(SimInfo.httpServerURI, 6000); |
120 | } | 120 | } |
121 | catch (Exception e) | 121 | catch (Exception) |
122 | { | 122 | { |
123 | tryDefault = true; | 123 | tryDefault = true; |
124 | } | 124 | } |