aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorSean Dague2008-05-07 18:05:18 +0000
committerSean Dague2008-05-07 18:05:18 +0000
commit72036485888ed8f8c97eca713b80c4a5cf4a8b08 (patch)
treee9712f0889412b5cb0df4e736e44e595a88443ae /OpenSim/Region/ClientStack
parent*Added CanRunScript to SceneExternalChecks (diff)
downloadopensim-SC_OLD-72036485888ed8f8c97eca713b80c4a5cf4a8b08.zip
opensim-SC_OLD-72036485888ed8f8c97eca713b80c4a5cf4a8b08.tar.gz
opensim-SC_OLD-72036485888ed8f8c97eca713b80c4a5cf4a8b08.tar.bz2
opensim-SC_OLD-72036485888ed8f8c97eca713b80c4a5cf4a8b08.tar.xz
if we are aborting the client loop we should tell someone
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 3a670d9..f152d5e 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -572,6 +572,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
572 LLQueItem nextPacket = m_packetQueue.Dequeue(); 572 LLQueItem nextPacket = m_packetQueue.Dequeue();
573 if (nextPacket == null) 573 if (nextPacket == null)
574 { 574 {
575 m_log.Error("Got a NULL packet in Client Loop, bailing out of our client loop");
575 break; 576 break;
576 } 577 }
577 if (nextPacket.Incoming) 578 if (nextPacket.Incoming)