aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation/AgentHandlers.cs')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index 9c41bcb..b572cb3 100644
--- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
+++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
@@ -208,6 +208,9 @@ namespace OpenSim.Server.Handlers.Simulation
208 if (ep != null) 208 if (ep != null)
209 return ep.Address.ToString(); 209 return ep.Address.ToString();
210 } 210 }
211 else
212 m_log.WarnFormat("[AGENT HANDLER]: No XFF header");
213
211 214
212 // Oops 215 // Oops
213 return Util.GetCallerIP(request); 216 return Util.GetCallerIP(request);