diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index e2902dc..afaf988 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -463,8 +463,7 @@ namespace OpenSim | |||
463 | regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName | 463 | regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName |
464 | + ":" + regionInfo.InternalEndPoint.Port.ToString(); | 464 | + ":" + regionInfo.InternalEndPoint.Port.ToString(); |
465 | 465 | ||
466 | regionInfo.HttpPort = m_httpServerPort; | 466 | regionInfo.HttpPort = m_httpServerPort; |
467 | m_log.DebugFormat("[OPENSIM MAIN]: Setting http port for region {0} to {1}", regionInfo.InternalEndPoint, regionInfo.HttpPort); | ||
468 | 467 | ||
469 | if ((proxyUrl.Length > 0) && (portadd_flag)) | 468 | if ((proxyUrl.Length > 0) && (portadd_flag)) |
470 | { | 469 | { |