diff options
author | MW | 2007-08-27 16:21:16 +0000 |
---|---|---|
committer | MW | 2007-08-27 16:21:16 +0000 |
commit | a45c4626fed365b200f10e909e9de162766c06f1 (patch) | |
tree | fb1de72d53032042a95c17bc41f69e79ca601156 /OpenSim/Region/Application | |
parent | get rid of my debugging, it causes a crash on multiple backups (diff) | |
download | opensim-SC-a45c4626fed365b200f10e909e9de162766c06f1.zip opensim-SC-a45c4626fed365b200f10e909e9de162766c06f1.tar.gz opensim-SC-a45c4626fed365b200f10e909e9de162766c06f1.tar.bz2 opensim-SC-a45c4626fed365b200f10e909e9de162766c06f1.tar.xz |
Fixed the bug that sent a region port as the CAPS url, instead of sending the httpListener port.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 3 |
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(); |