From 0a18d544c5467488a0d3a57c549cdaebab4c5d35 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 13 Aug 2008 19:22:32 +0000 Subject: Mantis #1936 Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server. --- OpenSim/Region/Application/Application.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/Application/Application.cs') diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 32dff0f..4df6415 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs @@ -39,7 +39,6 @@ namespace OpenSim public static string iniFilePath = ""; //could move our main function into OpenSimMain and kill this class - [STAThread] public static void Main(string[] args) { // First line -- cgit v1.1