* More compiler warning nukage.
parent
415fc22e5e
commit
358a4963d3
|
@ -268,7 +268,7 @@ namespace OpenSim.Framework.Data.MSSQL
|
|||
{
|
||||
regionprofile.owner_uuid = new LLUUID((string)reader["owner_uuid"]);
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch(Exception)
|
||||
{}
|
||||
// World Map Addition
|
||||
string tempRegionMap = reader["regionMapTexture"].ToString();
|
||||
|
|
|
@ -372,8 +372,6 @@ namespace OpenSim.Grid.UserServer
|
|||
{
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable requestData = (Hashtable)request.Params[0];
|
||||
|
||||
UserProfileData userProfile;
|
||||
|
||||
if (requestData.Contains("avatar_uuid"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue