diff options
author | Jonathan Freedman | 2010-10-03 18:03:53 -0400 |
---|---|---|
committer | Jonathan Freedman | 2010-10-03 18:03:53 -0400 |
commit | 69acf9c79b9e83047c2a0494a6f96c7d33839d3b (patch) | |
tree | e64cff6f8ec841ffa9ee3d1bc88c85573d7b1066 /OpenSim/Region/Application | |
parent | * refactor refactor refactor ServerURI 4 lyfe (diff) | |
download | opensim-SC_OLD-69acf9c79b9e83047c2a0494a6f96c7d33839d3b.zip opensim-SC_OLD-69acf9c79b9e83047c2a0494a6f96c7d33839d3b.tar.gz opensim-SC_OLD-69acf9c79b9e83047c2a0494a6f96c7d33839d3b.tar.bz2 opensim-SC_OLD-69acf9c79b9e83047c2a0494a6f96c7d33839d3b.tar.xz |
* additional serveruri cleanup
Diffstat (limited to 'OpenSim/Region/Application')
-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 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 | ||