aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-10-22 23:34:53 +0100
committerJustin Clark-Casey (justincc)2010-10-22 23:34:53 +0100
commit783b1b548f24b002f09cf2ceb0bdab76afed0fab (patch)
tree04313ccfa480e5d6b990d793b7240e7a013a4b56 /OpenSim/Region/Application/OpenSimBase.cs
parentRevert "* more url / hg cleanup" (diff)
downloadopensim-SC_OLD-783b1b548f24b002f09cf2ceb0bdab76afed0fab.zip
opensim-SC_OLD-783b1b548f24b002f09cf2ceb0bdab76afed0fab.tar.gz
opensim-SC_OLD-783b1b548f24b002f09cf2ceb0bdab76afed0fab.tar.bz2
opensim-SC_OLD-783b1b548f24b002f09cf2ceb0bdab76afed0fab.tar.xz
Revert "* additional serveruri cleanup"
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 904a50c..f30a850 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -328,7 +328,7 @@ namespace OpenSim
328 328
329 // set initial ServerURI 329 // set initial ServerURI
330 regionInfo.HttpPort = m_httpServerPort; 330 regionInfo.HttpPort = m_httpServerPort;
331 regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort.ToString() + "/"; 331 regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort.ToString();
332 332
333 regionInfo.osSecret = m_osSecret; 333 regionInfo.osSecret = m_osSecret;
334 334