diff options
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGGridServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGGridServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs index 43faead..05dd8e1 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs | |||
@@ -552,7 +552,7 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
552 | hash["region_image"] = regInfo.RegionSettings.TerrainImageID.ToString(); | 552 | hash["region_image"] = regInfo.RegionSettings.TerrainImageID.ToString(); |
553 | hash["region_name"] = regInfo.RegionName; | 553 | hash["region_name"] = regInfo.RegionName; |
554 | hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString(); | 554 | hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString(); |
555 | hash["remoting_port"] = NetworkServersInfo.RemotingListenerPort.ToString(); | 555 | hash["remoting_port"] = DefaultSettings.DefaultRegionRemotingPort.ToString(); |
556 | //m_log.Debug(">> Here: " + regInfo.InternalEndPoint.Port); | 556 | //m_log.Debug(">> Here: " + regInfo.InternalEndPoint.Port); |
557 | 557 | ||
558 | 558 | ||
@@ -640,7 +640,7 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
640 | m_log.Debug(" >> " + loginParams["home_address"] + " <<"); | 640 | m_log.Debug(" >> " + loginParams["home_address"] + " <<"); |
641 | m_log.Debug(" --------- ------------ -------"); | 641 | m_log.Debug(" --------- ------------ -------"); |
642 | loginParams["home_port"] = rinfo.HttpPort.ToString(); | 642 | loginParams["home_port"] = rinfo.HttpPort.ToString(); |
643 | loginParams["home_remoting"] = NetworkServersInfo.RemotingListenerPort.ToString(); ; | 643 | loginParams["home_remoting"] = DefaultSettings.DefaultRegionRemotingPort.ToString(); ; |
644 | } | 644 | } |
645 | } | 645 | } |
646 | else | 646 | else |