aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorAdam Frisby2008-11-08 23:17:30 +0000
committerAdam Frisby2008-11-08 23:17:30 +0000
commitddca72530da177301509a25f6b8c16f3f32353d8 (patch)
treeb7170a9be835465e9d91217dffe9352ca5a94310 /OpenSim/Region
parentMantis#2590. Thank you kindly, Diva for a patch that solves: (diff)
downloadopensim-SC_OLD-ddca72530da177301509a25f6b8c16f3f32353d8.zip
opensim-SC_OLD-ddca72530da177301509a25f6b8c16f3f32353d8.tar.gz
opensim-SC_OLD-ddca72530da177301509a25f6b8c16f3f32353d8.tar.bz2
opensim-SC_OLD-ddca72530da177301509a25f6b8c16f3f32353d8.tar.xz
* Quick test for Dahlia, returns Packet Processing Loop to Infinite Loop.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
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
664 m_log.DebugFormat( 664 m_log.DebugFormat(
665 "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName); 665 "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName);
666 666
667 while (IsActive) 667 while (true)
668 { 668 {
669 LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue(); 669 LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue();
670 670