diff options
author | Teravus Ovares | 2008-02-18 05:32:25 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-18 05:32:25 +0000 |
commit | 27afeaec746194d60a865b0f9c7dfdafd86b0b56 (patch) | |
tree | 27d2667597bf3243a86388d4968d60da4e80aab3 /OpenSim/Region/ClientStack/ClientView.cs | |
parent | Thank you very much Ahzzmandius for adding the support (diff) | |
download | opensim-SC-27afeaec746194d60a865b0f9c7dfdafd86b0b56.zip opensim-SC-27afeaec746194d60a865b0f9c7dfdafd86b0b56.tar.gz opensim-SC-27afeaec746194d60a865b0f9c7dfdafd86b0b56.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 1 |
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 | } |