diff options
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 | } |