Correct the last checkin.

0.6.1-post-fixes
Homer Horwitz 2008-12-11 19:57:45 +00:00
parent 30213e141b
commit 51427bae9f
1 changed files with 1 additions and 1 deletions

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/";