aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index dfdc777..ff1bac4 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -267,7 +267,7 @@ namespace OpenSim.Region.ClientStack
267 // We can't reach into other scenes and close the connection 267 // We can't reach into other scenes and close the connection
268 // We need to do this over grid communications 268 // We need to do this over grid communications
269 //m_scene.CloseAllAgents(CircuitCode); 269 //m_scene.CloseAllAgents(CircuitCode);
270 270 GC.Collect();
271 m_clientThread.Abort(); 271 m_clientThread.Abort();
272 } 272 }
273 273