mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
mantis 8715: fix peer http port. thanks GuduleLapointe
This commit is contained in:
@@ -191,8 +191,8 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
try
|
||||
{
|
||||
string url = "";
|
||||
if(port != 0)
|
||||
url = "http://" + region.ExternalHostName + ":" + port + "/";
|
||||
if(region.HttpPort != 0)
|
||||
url = "http://" + region.ExternalHostName + ":" + region.HttpPort + "/";
|
||||
else
|
||||
url = region.ServerURI;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user