diff options
author | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
commit | 36e648a37aac3d169dbf28ce14c75f488da8a11e (patch) | |
tree | 89299f4b5d6fab106db7865b76dca34573cf1f34 /OpenSim/Grid/UserServer | |
parent | * Properly load items into correct folders when an iar is loaded (diff) | |
download | opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.zip opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.gz opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.bz2 opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.xz |
* minor: Remove most mono compiler warnings
Diffstat (limited to 'OpenSim/Grid/UserServer')
-rw-r--r-- | OpenSim/Grid/UserServer/UserServerCommandModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserServerCommandModule.cs b/OpenSim/Grid/UserServer/UserServerCommandModule.cs index 7f7108c..f73b3de 100644 --- a/OpenSim/Grid/UserServer/UserServerCommandModule.cs +++ b/OpenSim/Grid/UserServer/UserServerCommandModule.cs | |||
@@ -241,10 +241,12 @@ namespace OpenSim.Grid.UserServer | |||
241 | m_userDataBaseService.ResetUserPassword(firstName, lastName, newPassword); | 241 | m_userDataBaseService.ResetUserPassword(firstName, lastName, newPassword); |
242 | } | 242 | } |
243 | 243 | ||
244 | /* | ||
244 | private void HandleTestCommand(string module, string[] cmd) | 245 | private void HandleTestCommand(string module, string[] cmd) |
245 | { | 246 | { |
246 | m_log.Info("test command received"); | 247 | m_log.Info("test command received"); |
247 | } | 248 | } |
249 | */ | ||
248 | 250 | ||
249 | private void HandleLoginCommand(string module, string[] cmd) | 251 | private void HandleLoginCommand(string module, string[] cmd) |
250 | { | 252 | { |