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/Grid/UserServer/Main.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Grid/UserServer/Main.cs') diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index 6d9cedb..516efe4 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs @@ -60,7 +60,6 @@ namespace OpenSim.Grid.UserServer private LLUUID m_lastCreatedUser = LLUUID.Random(); - [STAThread] public static void Main(string[] args) { XmlConfigurator.Configure(); -- cgit v1.1