diff options
author | Melanie Thielker | 2008-08-13 19:22:32 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-13 19:22:32 +0000 |
commit | 0a18d544c5467488a0d3a57c549cdaebab4c5d35 (patch) | |
tree | c826c34b32f9e24a5b88b8d54c56ba98a083a32f /OpenSim/Grid/UserServer/Main.cs | |
parent | Mantis#1942. Thank you kindly, Tyre for a patch that: (diff) | |
download | opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.zip opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.gz opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.bz2 opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.xz |
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.
Diffstat (limited to 'OpenSim/Grid/UserServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
60 | 60 | ||
61 | private LLUUID m_lastCreatedUser = LLUUID.Random(); | 61 | private LLUUID m_lastCreatedUser = LLUUID.Random(); |
62 | 62 | ||
63 | [STAThread] | ||
64 | public static void Main(string[] args) | 63 | public static void Main(string[] args) |
65 | { | 64 | { |
66 | XmlConfigurator.Configure(); | 65 | XmlConfigurator.Configure(); |