diff options
author | opensim mirror account | 2010-10-20 19:40:09 -0700 |
---|---|---|
committer | opensim mirror account | 2010-10-20 19:40:09 -0700 |
commit | dfa654154cc7d5a4fc693482a5b9bfe6fed9fd68 (patch) | |
tree | 97978c1c3b2b108cc96161681141d135eabd1bc1 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | * remove some spurious debug info (diff) | |
download | opensim-SC-dfa654154cc7d5a4fc693482a5b9bfe6fed9fd68.zip opensim-SC-dfa654154cc7d5a4fc693482a5b9bfe6fed9fd68.tar.gz opensim-SC-dfa654154cc7d5a4fc693482a5b9bfe6fed9fd68.tar.bz2 opensim-SC-dfa654154cc7d5a4fc693482a5b9bfe6fed9fd68.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 74ad168..904a50c 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -327,8 +327,8 @@ namespace OpenSim | |||
327 | //regionInfo.originRegionID = regionInfo.RegionID; | 327 | //regionInfo.originRegionID = regionInfo.RegionID; |
328 | 328 | ||
329 | // set initial ServerURI | 329 | // set initial ServerURI |
330 | regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.InternalEndPoint.Port; | ||
331 | regionInfo.HttpPort = m_httpServerPort; | 330 | regionInfo.HttpPort = m_httpServerPort; |
331 | regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort.ToString() + "/"; | ||
332 | 332 | ||
333 | regionInfo.osSecret = m_osSecret; | 333 | regionInfo.osSecret = m_osSecret; |
334 | 334 | ||