Bug fix related to the filling out the remoting port in RegionInfo. It still must be there because of attachments.
parent
262acf61c4
commit
0031489072
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue