aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Config
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/UserServer.Config')
-rw-r--r--OpenSim/Grid/UserServer.Config/DbUserConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer.Config/DbUserConfig.cs b/OpenSim/Grid/UserServer.Config/DbUserConfig.cs
index 0f29bbe..93b854d 100644
--- a/OpenSim/Grid/UserServer.Config/DbUserConfig.cs
+++ b/OpenSim/Grid/UserServer.Config/DbUserConfig.cs
@@ -40,7 +40,7 @@ namespace OpenUser.Config.UserConfigDb4o
40 public UserConfig GetConfigObject() 40 public UserConfig GetConfigObject()
41 { 41 {
42 m_log.Info("[DBUSERCONFIG]: Loading Db40Config dll"); 42 m_log.Info("[DBUSERCONFIG]: Loading Db40Config dll");
43 return ( new DbUserConfig()); 43 return new DbUserConfig();
44 } 44 }
45 } 45 }
46 46