mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* refactor refactor refactor ServerURI 4 lyfe
This commit is contained in:
committed by
Teravus Ovares (Dan Olivares)
parent
a7acb650d4
commit
55974df14b
@@ -327,8 +327,8 @@ namespace OpenSim
|
||||
//regionInfo.originRegionID = regionInfo.RegionID;
|
||||
|
||||
// set initial ServerURI
|
||||
regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.InternalEndPoint.Port;
|
||||
regionInfo.HttpPort = m_httpServerPort;
|
||||
regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort.ToString();
|
||||
|
||||
regionInfo.osSecret = m_osSecret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user