From 08544e576ddc7a980d6dde76680970f17789011b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Tue, 11 Aug 2009 12:48:19 -0700 Subject: Disabling the remote call for the time being, so that I can test it on a grid before making it live. --- .../Inventory/InventoryServiceConnector.cs | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'OpenSim/Services/Connectors') diff --git a/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs index 4837c0d..5efcf3a 100644 --- a/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs @@ -163,16 +163,17 @@ namespace OpenSim.Services.Connectors /// public Dictionary GetSystemFolders(string userID, UUID sessionID) { - try - { - return SynchronousRestSessionObjectPoster>.BeginPostObject( - "GET", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString()); - } - catch (Exception e) - { - m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetFolderForType operation failed, {0} {1}", - e.Source, e.Message); - } + // !!! Not just yet. + //try + //{ + // return SynchronousRestSessionObjectPoster>.BeginPostObject( + // "GET", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString()); + //} + //catch (Exception e) + //{ + // m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetFolderForType operation failed, {0} {1}", + // e.Source, e.Message); + //} return new Dictionary(); } -- cgit v1.1