mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
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.
This commit is contained in:
@@ -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"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user