mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Removed 12 compiler warnings.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user