diff options
author | Jonathan Freedman | 2010-10-03 18:03:53 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-10-20 22:21:41 -0400 |
commit | 19119d7705f8381a3c207d0e64a23243215a12b9 (patch) | |
tree | 2abe95f44453a9ccdf16991ccfc4a9af9c26040e /OpenSim/Region/Application/OpenSimBase.cs | |
parent | * refactor refactor refactor ServerURI 4 lyfe (diff) | |
download | opensim-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 'OpenSim/Region/Application/OpenSimBase.cs')
-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 | ||