aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-09-28 17:17:14 +0000
committerCharles Krinke2008-09-28 17:17:14 +0000
commitd3bb8e42a67e19ec361f128b1a0f156ed8fe48d7 (patch)
tree2eeff87d7aba828b13cd9f9bc5845252b6a2c321 /OpenSim/Grid/GridServer/GridManager.cs
parentMantis#2288. Thank you kindly, SMeans, for a patch that: (diff)
downloadopensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.zip
opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.tar.gz
opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.tar.bz2
opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.tar.xz
Mantis#2289. Thank you kindly, SMeans for a patch that:
Corrects the spurious reference to MySQL namespace in GridManager.cs.
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index 05e70db..f2440ff 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -36,7 +36,6 @@ using OpenMetaverse;
36using log4net; 36using log4net;
37using Nwc.XmlRpc; 37using Nwc.XmlRpc;
38using OpenSim.Data; 38using OpenSim.Data;
39using OpenSim.Data.MySQL;
40using OpenSim.Framework; 39using OpenSim.Framework;
41using OpenSim.Framework.Communications; 40using OpenSim.Framework.Communications;
42using OpenSim.Framework.Servers; 41using OpenSim.Framework.Servers;