* Add seed cap check to login test

This commit is contained in:
Justin Clarke Casey
2009-01-05 18:30:56 +00:00
parent 0d3a99f6bc
commit fcab408cc4
2 changed files with 16 additions and 6 deletions

View File

@@ -312,7 +312,7 @@ namespace OpenSim.Region.Communications.Local
seedcap = "http://" + regionInfo.ExternalHostName + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/";
}
response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/";
response.SeedCapability = seedcap;
// Notify the target of an incoming user
m_log.InfoFormat(