Correct the last checkin.

This commit is contained in:
Homer Horwitz
2008-12-11 19:57:45 +00:00
parent 30213e141b
commit 51427bae9f

View File

@@ -311,7 +311,7 @@ namespace OpenSim.Region.Communications.Local
}
else
{
seedcap = "http://" + regionInfo.ExternalEndPoint + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/";
seedcap = "http://" + regionInfo.ExternalHostName + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/";
}
response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/";