From 23d902be42fd6d554a9098936d501609fc6e5315 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 18 May 2009 23:18:04 +0000 Subject: Remove the old asset cache and local services and the configurations for them --- .../ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/CreateCommsManager') diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 1059338..ca4d985 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs @@ -169,7 +169,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager m_commsManager = new CommunicationsLocal( m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, - libraryRootFolder, m_openSim.ConfigurationSettings.DumpAssetsToFile); + libraryRootFolder, false); CreateGridInfoService(); } @@ -195,7 +195,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager = new HGCommunicationsStandalone( m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, gridService, - libraryRootFolder, m_openSim.ConfigurationSettings.DumpAssetsToFile); + libraryRootFolder, false); HGServices = gridService; -- cgit v1.1