mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Remove some Mono warnings.
This commit is contained in:
@@ -62,14 +62,14 @@ namespace OpenSim.Framework.Communications.Services
|
||||
IAssetDataPlugin m_assetProvider = null;
|
||||
|
||||
// These two used for remote access
|
||||
string m_UserServerURL = string.Empty;
|
||||
//string m_UserServerURL = string.Empty;
|
||||
string m_AssetServerURL = string.Empty;
|
||||
SynchronousGridAssetClient m_AssetClient = null;
|
||||
|
||||
// Constructor for grid inventory server
|
||||
public HGInventoryService(InventoryServiceBase invService, string assetServiceURL, string userServiceURL, IHttpServer httpserver, string thisurl)
|
||||
{
|
||||
m_UserServerURL = userServiceURL;
|
||||
//m_UserServerURL = userServiceURL;
|
||||
m_AssetServerURL = assetServiceURL;
|
||||
|
||||
m_AssetClient = new SynchronousGridAssetClient(m_AssetServerURL);
|
||||
|
||||
@@ -1024,7 +1024,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
byte[] hash = ComputeMD5Hash( data + salt );
|
||||
|
||||
string s = BitConverter.ToString(hash);
|
||||
//string s = BitConverter.ToString(hash);
|
||||
|
||||
Guid guid = new Guid( hash );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user