diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-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 | } |