aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorJonathan Freedman2010-10-03 18:03:53 -0400
committerTeravus Ovares (Dan Olivares)2010-10-20 22:21:41 -0400
commit19119d7705f8381a3c207d0e64a23243215a12b9 (patch)
tree2abe95f44453a9ccdf16991ccfc4a9af9c26040e /OpenSim/Region/Application/OpenSimBase.cs
parent* refactor refactor refactor ServerURI 4 lyfe (diff)
downloadopensim-SC_OLD-19119d7705f8381a3c207d0e64a23243215a12b9.zip
opensim-SC_OLD-19119d7705f8381a3c207d0e64a23243215a12b9.tar.gz
opensim-SC_OLD-19119d7705f8381a3c207d0e64a23243215a12b9.tar.bz2
opensim-SC_OLD-19119d7705f8381a3c207d0e64a23243215a12b9.tar.xz
* additional serveruri cleanup
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 f30a850..904a50c 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