diff options
author | UbitUmarov | 2017-05-22 21:22:04 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-22 21:22:04 +0100 |
commit | 4da5d249d8c92705b16a06641f6ddd93d1bfbfa3 (patch) | |
tree | 6085299e84e24a723b75db048f24644981d20dd0 /OpenSim/Server/Handlers/Login/LLLoginHandlers.cs | |
parent | remove some code for NAT that was disabled by its author Adam Frisby since 20... (diff) | |
download | opensim-SC-4da5d249d8c92705b16a06641f6ddd93d1bfbfa3.zip opensim-SC-4da5d249d8c92705b16a06641f6ddd93d1bfbfa3.tar.gz opensim-SC-4da5d249d8c92705b16a06641f6ddd93d1bfbfa3.tar.bz2 opensim-SC-4da5d249d8c92705b16a06641f6ddd93d1bfbfa3.tar.xz |
receivers can't tell if there where proxies on path unless they look
Diffstat (limited to 'OpenSim/Server/Handlers/Login/LLLoginHandlers.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Login/LLLoginHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs b/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs index 072429a..4e7ab00 100644 --- a/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs +++ b/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Server.Handlers.Login | |||
64 | public XmlRpcResponse HandleXMLRPCLogin(XmlRpcRequest request, IPEndPoint remoteClient) | 64 | public XmlRpcResponse HandleXMLRPCLogin(XmlRpcRequest request, IPEndPoint remoteClient) |
65 | { | 65 | { |
66 | Hashtable requestData = (Hashtable)request.Params[0]; | 66 | Hashtable requestData = (Hashtable)request.Params[0]; |
67 | if (m_Proxy && request.Params[3] != null) | 67 | if (request.Params[3] != null) |
68 | { | 68 | { |
69 | IPEndPoint ep = Util.GetClientIPFromXFF((string)request.Params[3]); | 69 | IPEndPoint ep = Util.GetClientIPFromXFF((string)request.Params[3]); |
70 | if (ep != null) | 70 | if (ep != null) |