aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid
diff options
context:
space:
mode:
authordiva2009-02-07 23:51:30 +0000
committerdiva2009-02-07 23:51:30 +0000
commit00314890728060cbe19e0da8a96859b3f4f465d1 (patch)
tree544339e2c79614779c2d7dc11a429513f3f46cd4 /OpenSim/Region/Framework/Scenes/Hypergrid
parent* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden... (diff)
downloadopensim-SC_OLD-00314890728060cbe19e0da8a96859b3f4f465d1.zip
opensim-SC_OLD-00314890728060cbe19e0da8a96859b3f4f465d1.tar.gz
opensim-SC_OLD-00314890728060cbe19e0da8a96859b3f4f465d1.tar.bz2
opensim-SC_OLD-00314890728060cbe19e0da8a96859b3f4f465d1.tar.xz
Bug fix related to the filling out the remoting port in RegionInfo. It still must be there because of attachments.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Hypergrid')
-rw-r--r--OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs
index 6ee28cb..35969c7 100644
--- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs
+++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs
@@ -115,7 +115,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
115 m_log.Warn("[HGrid]: Wrong format for link-region: " + e.Message); 115 m_log.Warn("[HGrid]: Wrong format for link-region: " + e.Message);
116 return false; 116 return false;
117 } 117 }
118 //regInfo.RemotingAddress = regInfo.ExternalEndPoint.Address.ToString(); 118 regInfo.RemotingAddress = regInfo.ExternalEndPoint.Address.ToString();
119 119
120 // Finally, link it 120 // Finally, link it
121 try 121 try