diff options
author | Adam Frisby | 2009-05-23 06:14:02 +0000 |
---|---|---|
committer | Adam Frisby | 2009-05-23 06:14:02 +0000 |
commit | e9ea9592631beb164bfca0765b14ffbfbbaa4fb7 (patch) | |
tree | 0b57b5a5aa8b2793994fc7ebbab71e4f7034e4df /OpenSim/Client | |
parent | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... (diff) | |
download | opensim-SC_OLD-e9ea9592631beb164bfca0765b14ffbfbbaa4fb7.zip opensim-SC_OLD-e9ea9592631beb164bfca0765b14ffbfbbaa4fb7.tar.gz opensim-SC_OLD-e9ea9592631beb164bfca0765b14ffbfbbaa4fb7.tar.bz2 opensim-SC_OLD-e9ea9592631beb164bfca0765b14ffbfbbaa4fb7.tar.xz |
* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginService.cs | 2 |
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(); |