aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/Linden')
-rw-r--r--OpenSim/Client/Linden/LLStandaloneLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginService.cs b/OpenSim/Client/Linden/LLStandaloneLoginService.cs
index 58b004a..73cc7a3 100644
--- a/OpenSim/Client/Linden/LLStandaloneLoginService.cs
+++ b/OpenSim/Client/Linden/LLStandaloneLoginService.cs
@@ -144,7 +144,7 @@ namespace OpenSim.Client.Linden
144 /// <param name="user"></param> 144 /// <param name="user"></param>
145 /// <param name="response"></param> 145 /// <param name="response"></param>
146 /// <returns>true if the region was successfully contacted, false otherwise</returns> 146 /// <returns>true if the region was successfully contacted, false otherwise</returns>
147 protected override bool PrepareLoginToRegion(RegionInfo regionInfo, UserProfileData user, LoginResponse response) 147 protected override bool PrepareLoginToRegion(RegionInfo regionInfo, UserProfileData user, LoginResponse response, IPEndPoint remoteClient)
148 { 148 {
149 IPEndPoint endPoint = regionInfo.ExternalEndPoint; 149 IPEndPoint endPoint = regionInfo.ExternalEndPoint;
150 response.SimAddress = endPoint.Address.ToString(); 150 response.SimAddress = endPoint.Address.ToString();