regionInfo isn't defined here yet, which leads to a NRE. Grid-server

provided us with the data, so let's use it for now. Hopefully
fixes Mantis #3297.
0.6.5-rc1
Homer Horwitz 2009-03-15 21:01:04 +00:00
parent 5bc386c648
commit c9a3a764f1
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ namespace OpenSim.Region.Communications.OGS1
// Ok, so this is definitively the wrong place to do this, way too hard coded, but it doesn't seem we GET this info?
string simURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.InternalEndPoint.Port;
string simURI = "http://" + externalHostName + ":" + simPort;
// string externalUri = (string) responseData["sim_uri"];