aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs
diff options
context:
space:
mode:
authorDiva Canto2010-01-13 14:16:05 -0800
committerDiva Canto2010-01-13 14:16:05 -0800
commit24ab3e2d5ff913a2f35c320f3a3092052bd80e0d (patch)
tree935917149fa9b0216bfb29cbb94251f9f565cc04 /OpenSim/Services/UserAccountService/UserAccountServiceBase.cs
parentBug fix: if user doesn't have an avatar in storage, create one upon first login. (diff)
downloadopensim-SC_OLD-24ab3e2d5ff913a2f35c320f3a3092052bd80e0d.zip
opensim-SC_OLD-24ab3e2d5ff913a2f35c320f3a3092052bd80e0d.tar.gz
opensim-SC_OLD-24ab3e2d5ff913a2f35c320f3a3092052bd80e0d.tar.bz2
opensim-SC_OLD-24ab3e2d5ff913a2f35c320f3a3092052bd80e0d.tar.xz
Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on filling out the UserAccount data.
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/UserAccountService/UserAccountServiceBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs b/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs
index 70ed594..c1a7b76 100644
--- a/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs
+++ b/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Services.UserAccountService
42 { 42 {
43 string dllName = String.Empty; 43 string dllName = String.Empty;
44 string connString = String.Empty; 44 string connString = String.Empty;
45 string realm = "useraccounts"; 45 string realm = "UserAccounts";
46 46
47 IConfig dbConfig = config.Configs["DatabaseService"]; 47 IConfig dbConfig = config.Configs["DatabaseService"];
48 if (dbConfig != null) 48 if (dbConfig != null)