aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorubit2012-06-22 19:11:26 +0200
committerubit2012-06-22 19:11:26 +0200
commitdc25d9e6d3b1b6c349a340da8ef56b77b319c566 (patch)
tree6f42d4197ca4951865484092735e35bc5c3ce596
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parenti more debug (diff)
downloadopensim-SC_OLD-dc25d9e6d3b1b6c349a340da8ef56b77b319c566.zip
opensim-SC_OLD-dc25d9e6d3b1b6c349a340da8ef56b77b319c566.tar.gz
opensim-SC_OLD-dc25d9e6d3b1b6c349a340da8ef56b77b319c566.tar.bz2
opensim-SC_OLD-dc25d9e6d3b1b6c349a340da8ef56b77b319c566.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index 3d3fb8e..c64b5f2 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -710,7 +710,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
710 IClientAPI client; 710 IClientAPI client;
711 if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView)) 711 if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView))
712 { 712 {
713 //m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName); 713 m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName);
714 return; 714 return;
715 } 715 }
716 716