aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
authorMW2007-08-27 16:21:16 +0000
committerMW2007-08-27 16:21:16 +0000
commita45c4626fed365b200f10e909e9de162766c06f1 (patch)
treefb1de72d53032042a95c17bc41f69e79ca601156 /OpenSim/Region/Application/OpenSimMain.cs
parentget rid of my debugging, it causes a crash on multiple backups (diff)
downloadopensim-SC_OLD-a45c4626fed365b200f10e909e9de162766c06f1.zip
opensim-SC_OLD-a45c4626fed365b200f10e909e9de162766c06f1.tar.gz
opensim-SC_OLD-a45c4626fed365b200f10e909e9de162766c06f1.tar.bz2
opensim-SC_OLD-a45c4626fed365b200f10e909e9de162766c06f1.tar.xz
Fixed the bug that sent a region port as the CAPS url, instead of sending the httpListener port.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index ec660f3..0b51759 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -455,6 +455,9 @@ namespace OpenSim
455 } 455 }
456 break; 456 break;
457 457
458 case "set-time":
459 break;
460
458 case "quit": 461 case "quit":
459 case "shutdown": 462 case "shutdown":
460 Shutdown(); 463 Shutdown();