diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index bb524e6..c52a1ab 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -531,11 +531,11 @@ namespace OpenSim.Server.Handlers.Simulation | |||
531 | 531 | ||
532 | if (!headers.ContainsKey(xff) || headers[xff] == null) | 532 | if (!headers.ContainsKey(xff) || headers[xff] == null) |
533 | { | 533 | { |
534 | m_log.WarnFormat("[AGENT HANDLER]: No XFF header"); | 534 | // m_log.WarnFormat("[AGENT HANDLER]: No XFF header"); |
535 | return Util.GetCallerIP(request); | 535 | return Util.GetCallerIP(request); |
536 | } | 536 | } |
537 | 537 | ||
538 | m_log.DebugFormat("[AGENT HANDLER]: XFF is {0}", headers[xff]); | 538 | // m_log.DebugFormat("[AGENT HANDLER]: XFF is {0}", headers[xff]); |
539 | 539 | ||
540 | IPEndPoint ep = Util.GetClientIPFromXFF((string)headers[xff]); | 540 | IPEndPoint ep = Util.GetClientIPFromXFF((string)headers[xff]); |
541 | if (ep != null) | 541 | if (ep != null) |