From 00314890728060cbe19e0da8a96859b3f4f465d1 Mon Sep 17 00:00:00 2001 From: diva Date: Sat, 7 Feb 2009 23:51:30 +0000 Subject: [PATCH] Bug fix related to the filling out the remoting port in RegionInfo. It still must be there because of attachments. --- OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs index 6ee28cbcc6..35969c7a35 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 m_log.Warn("[HGrid]: Wrong format for link-region: " + e.Message); return false; } - //regInfo.RemotingAddress = regInfo.ExternalEndPoint.Address.ToString(); + regInfo.RemotingAddress = regInfo.ExternalEndPoint.Address.ToString(); // Finally, link it try