mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Re-adding a conditional in UserManager that was removed with arthusv's commit. Changing new inventory ops to POST.
This commit is contained in:
@@ -167,11 +167,11 @@ namespace OpenSim.Services.Connectors
|
||||
//try
|
||||
//{
|
||||
// return SynchronousRestSessionObjectPoster<Guid, Dictionary<AssetType, InventoryFolderBase>>.BeginPostObject(
|
||||
// "GET", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString());
|
||||
// "POST", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString());
|
||||
//}
|
||||
//catch (Exception e)
|
||||
//{
|
||||
// m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetFolderForType operation failed, {0} {1}",
|
||||
// m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetSystemFolders operation failed, {0} {1}",
|
||||
// e.Source, e.Message);
|
||||
//}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user