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
parent
5bc386c648
commit
c9a3a764f1
|
@ -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?
|
// 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"];
|
// string externalUri = (string) responseData["sim_uri"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue