aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/Main.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-25 23:21:07 +0000
committerJustin Clarke Casey2008-08-25 23:21:07 +0000
commit4a475ca2be259cf3e31b29148f04f325b304a6c5 (patch)
tree35e658b5819d14ad4e33a283d5e69ef2c9f56c31 /OpenSim/Grid/UserServer/Main.cs
parent* Added Zha to Contributors for OGP patch. (diff)
downloadopensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.zip
opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.tar.gz
opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.tar.bz2
opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.tar.xz
* minor: refactor thread report into a method that returns a string rather than displays information directly
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index 20d0cbf..db38b32 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -248,7 +248,6 @@ namespace OpenSim.Grid.UserServer
248 break; 248 break;
249 249
250 case "logoff-user": 250 case "logoff-user":
251
252 if (cmdparams.Length >= 3) 251 if (cmdparams.Length >= 3)
253 { 252 {
254 string firstname = cmdparams[0]; 253 string firstname = cmdparams[0];