diff options
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs index 92caa04..386822a 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins | |||
38 | public class NullAuthenticationPlugin : IAuthenticationProvider | 38 | public class NullAuthenticationPlugin : IAuthenticationProvider |
39 | { | 39 | { |
40 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 40 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
41 | AssetInventoryServer server; | 41 | //private AssetInventoryServer m_server; |
42 | 42 | ||
43 | public NullAuthenticationPlugin() | 43 | public NullAuthenticationPlugin() |
44 | { | 44 | { |
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins | |||
48 | 48 | ||
49 | public void Initialise(AssetInventoryServer server) | 49 | public void Initialise(AssetInventoryServer server) |
50 | { | 50 | { |
51 | this.server = server; | 51 | //m_server = server; |
52 | 52 | ||
53 | m_log.Info("[ASSET] Null Authentication loaded."); | 53 | m_log.Info("[ASSET] Null Authentication loaded."); |
54 | } | 54 | } |