* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.

This commit is contained in:
Adam Frisby
2009-05-23 06:14:02 +00:00
parent 31baeef469
commit e9ea959263
6 changed files with 15 additions and 14 deletions

View File

@@ -144,7 +144,7 @@ namespace OpenSim.Client.Linden
/// <param name="user"></param>
/// <param name="response"></param>
/// <returns>true if the region was successfully contacted, false otherwise</returns>
protected override bool PrepareLoginToRegion(RegionInfo regionInfo, UserProfileData user, LoginResponse response)
protected override bool PrepareLoginToRegion(RegionInfo regionInfo, UserProfileData user, LoginResponse response, IPEndPoint remoteClient)
{
IPEndPoint endPoint = regionInfo.ExternalEndPoint;
response.SimAddress = endPoint.Address.ToString();