From ddca72530da177301509a25f6b8c16f3f32353d8 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 8 Nov 2008 23:17:30 +0000 Subject: * Quick test for Dahlia, returns Packet Processing Loop to Infinite Loop. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index e5a4101..bb6e62d 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -664,7 +664,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP m_log.DebugFormat( "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName); - while (IsActive) + while (true) { LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue(); -- cgit v1.1