mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
- clean up using references as well as References in prebuild.xml
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
|
||||
public class NullAuthenticationPlugin : IAuthenticationProvider
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
AssetInventoryServer server;
|
||||
//private AssetInventoryServer m_server;
|
||||
|
||||
public NullAuthenticationPlugin()
|
||||
{
|
||||
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
|
||||
|
||||
public void Initialise(AssetInventoryServer server)
|
||||
{
|
||||
this.server = server;
|
||||
//m_server = server;
|
||||
|
||||
m_log.Info("[ASSET] Null Authentication loaded.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user