aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authormingchen2007-06-28 02:07:59 +0000
committermingchen2007-06-28 02:07:59 +0000
commit440bb4a358cdc01559f624dbcbb7391d260616e0 (patch)
tree088381278f09c467ba98932d05d4b8d1489c5e3e /OpenSim/Grid
parent*Moved all the classes into their own file from LLSDHelpers.cs (diff)
downloadopensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.zip
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.gz
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.bz2
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.xz
*Fixed UserServer and OpenSim so now they start without crashing.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index c0ff649..8ae4dbf 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.UserServer
48 /// </summary> 48 /// </summary>
49 public class OpenUser_Main : conscmd_callback 49 public class OpenUser_Main : conscmd_callback
50 { 50 {
51 private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll"; 51 private string ConfigDll = "OpenSim.Grid.UserServer.Config.dll";
52 private string StorageDll = "OpenSim.Framework.Data.MySQL.dll"; 52 private string StorageDll = "OpenSim.Framework.Data.MySQL.dll";
53 private UserConfig Cfg; 53 private UserConfig Cfg;
54 protected IGenericConfig localXMLConfig; 54 protected IGenericConfig localXMLConfig;