From be7ae3dd3ecddc46390f40c0315ff84703c32e7a Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 4 Dec 2007 08:18:09 +0000 Subject: * Removed 12 compiler warnings. --- OpenSim/Grid/UserServer/UserLoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/UserServer') 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 XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams); XmlRpcResponse GridResp = GridReq.Send(SimInfo.httpServerURI, 6000); } - catch (Exception e) + catch (Exception) { tryDefault = true; } -- cgit v1.1