From: Alan Webb <awebb@linux.vnet.ibm.com>
The mono addin filter for the AssetCache is incorrect, this fixes it. The problem only shows up when you have more than one AssetCache to choose from.GenericGridServerConcept
parent
4b1b91da5a
commit
6c8debd3e0
|
@ -495,7 +495,7 @@ namespace OpenSim
|
|||
|
||||
PluginInitialiserBase init = new AssetCachePluginInitialiser(m_configSettings, assetServer);
|
||||
PluginLoader<IAssetCache> loader = new PluginLoader<IAssetCache>(init);
|
||||
loader.AddFilter(PLUGIN_ASSET_SERVER_CLIENT, new PluginProviderFilter(m_configSettings.AssetCache));
|
||||
loader.AddFilter(PLUGIN_ASSET_CACHE, new PluginProviderFilter(m_configSettings.AssetCache));
|
||||
|
||||
loader.Load(PLUGIN_ASSET_CACHE);
|
||||
if (loader.Plugins.Count > 0)
|
||||
|
|
Loading…
Reference in New Issue