diff options
author | Justin Clark-Casey (justincc) | 2011-11-24 22:11:54 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-24 22:11:54 +0000 |
commit | cbbd992df44e07ac4e7653ab242772173b3af999 (patch) | |
tree | db229fa233f50945dc8f68b981fd3fb60417fe2b /OpenSim/Services/LLLoginService | |
parent | When setting packet level logging via "debug packet", apply to all clients, n... (diff) | |
download | opensim-SC_OLD-cbbd992df44e07ac4e7653ab242772173b3af999.zip opensim-SC_OLD-cbbd992df44e07ac4e7653ab242772173b3af999.tar.gz opensim-SC_OLD-cbbd992df44e07ac4e7653ab242772173b3af999.tar.bz2 opensim-SC_OLD-cbbd992df44e07ac4e7653ab242772173b3af999.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Services/LLLoginService')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index 8578c59..02b5cc1 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.Services.LLLoginService | |||
81 | protected string m_DeniedClients; | 81 | protected string m_DeniedClients; |
82 | 82 | ||
83 | IConfig m_LoginServerConfig; | 83 | IConfig m_LoginServerConfig; |
84 | IConfig m_ClientsConfig; | 84 | // IConfig m_ClientsConfig; |
85 | 85 | ||
86 | public LLLoginService(IConfigSource config, ISimulationService simService, ILibraryService libraryService) | 86 | public LLLoginService(IConfigSource config, ISimulationService simService, ILibraryService libraryService) |
87 | { | 87 | { |