aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-18 05:32:25 +0000
committerTeravus Ovares2008-02-18 05:32:25 +0000
commit27afeaec746194d60a865b0f9c7dfdafd86b0b56 (patch)
tree27d2667597bf3243a86388d4968d60da4e80aab3 /OpenSim/Region/ClientStack/ClientView.cs
parentThank you very much Ahzzmandius for adding the support (diff)
downloadopensim-SC_OLD-27afeaec746194d60a865b0f9c7dfdafd86b0b56.zip
opensim-SC_OLD-27afeaec746194d60a865b0f9c7dfdafd86b0b56.tar.gz
opensim-SC_OLD-27afeaec746194d60a865b0f9c7dfdafd86b0b56.tar.bz2
opensim-SC_OLD-27afeaec746194d60a865b0f9c7dfdafd86b0b56.tar.xz
* Added /even more/ debugging messages to the UDP server to help people in resolving the Sakai issue. A few locks a few fixes, nothing that'll solve the problem in itself though.
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index c9a71bd..5c179be 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -476,6 +476,7 @@ namespace OpenSim.Region.ClientStack
476 { 476 {
477 //session/circuit not authorised 477 //session/circuit not authorised
478 m_log.Info("[CLIENT]: New user request denied to " + m_userEndPoint.ToString()); 478 m_log.Info("[CLIENT]: New user request denied to " + m_userEndPoint.ToString());
479 m_packetQueue.Flush();
479 m_packetQueue.Close(); 480 m_packetQueue.Close();
480 m_clientThread.Abort(); 481 m_clientThread.Abort();
481 } 482 }