diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
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) |