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/InventoryServer/Main.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Grid/InventoryServer') diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index f62bdf5..7e6a29b 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs @@ -46,7 +46,6 @@ namespace OpenSim.Grid.InventoryServer public const string LogName = "INVENTORY"; - [STAThread] public static void Main(string[] args) { XmlConfigurator.Configure(); -- cgit v1.1