aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
authoropensim mirror account2010-10-22 15:40:08 -0700
committeropensim mirror account2010-10-22 15:40:08 -0700
commitcc411bf5f3d6cb806c168ae084a5a102ed404cd8 (patch)
tree48cfec3b73bdbf54f7bc22059044b92271deedc1 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentMerge remote branch 'otakup0pe/mantis5110' (diff)
downloadopensim-SC_OLD-cc411bf5f3d6cb806c168ae084a5a102ed404cd8.zip
opensim-SC_OLD-cc411bf5f3d6cb806c168ae084a5a102ed404cd8.tar.gz
opensim-SC_OLD-cc411bf5f3d6cb806c168ae084a5a102ed404cd8.tar.bz2
opensim-SC_OLD-cc411bf5f3d6cb806c168ae084a5a102ed404cd8.tar.xz
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index cb298fd..624814a 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -631,7 +631,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
631 IClientAPI client; 631 IClientAPI client;
632 if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView)) 632 if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView))
633 { 633 {
634 //m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName); 634 m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName);
635 return; 635 return;
636 } 636 }
637 637