Disabling the remote call for the time being, so that I can test it on a grid before making it live.
parent
764ec7ba0a
commit
08544e576d
|
@ -163,16 +163,17 @@ namespace OpenSim.Services.Connectors
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public Dictionary<AssetType, InventoryFolderBase> GetSystemFolders(string userID, UUID sessionID)
|
public Dictionary<AssetType, InventoryFolderBase> GetSystemFolders(string userID, UUID sessionID)
|
||||||
{
|
{
|
||||||
try
|
// !!! Not just yet.
|
||||||
{
|
//try
|
||||||
return SynchronousRestSessionObjectPoster<Guid, Dictionary<AssetType, InventoryFolderBase>>.BeginPostObject(
|
//{
|
||||||
"GET", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString());
|
// return SynchronousRestSessionObjectPoster<Guid, Dictionary<AssetType, InventoryFolderBase>>.BeginPostObject(
|
||||||
}
|
// "GET", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString());
|
||||||
catch (Exception e)
|
//}
|
||||||
{
|
//catch (Exception e)
|
||||||
m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetFolderForType operation failed, {0} {1}",
|
//{
|
||||||
e.Source, e.Message);
|
// m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetFolderForType operation failed, {0} {1}",
|
||||||
}
|
// e.Source, e.Message);
|
||||||
|
//}
|
||||||
|
|
||||||
return new Dictionary<AssetType, InventoryFolderBase>();
|
return new Dictionary<AssetType, InventoryFolderBase>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue