aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 74b9c6d..c4f167e 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -490,12 +490,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
490 /// </summary> 490 /// </summary>
491 public void Close() 491 public void Close()
492 { 492 {
493 IsActive = false;
494
493 m_log.DebugFormat( 495 m_log.DebugFormat(
494 "[CLIENT]: Close has been called for {0} attached to scene {1}", 496 "[CLIENT]: Close has been called for {0} attached to scene {1}",
495 Name, m_scene.RegionInfo.RegionName); 497 Name, m_scene.RegionInfo.RegionName);
496 498
497 IsActive = false;
498
499 // Shutdown the image manager 499 // Shutdown the image manager
500 ImageManager.Close(); 500 ImageManager.Close();
501 501