mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user