Bug fix related to the filling out the remoting port in RegionInfo. It still must be there because of attachments.

This commit is contained in:
diva
2009-02-07 23:51:30 +00:00
parent 262acf61c4
commit 0031489072

View File

@@ -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