diff options
author | Diva Canto | 2010-01-13 14:16:05 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 14:16:05 -0800 |
commit | 24ab3e2d5ff913a2f35c320f3a3092052bd80e0d (patch) | |
tree | 935917149fa9b0216bfb29cbb94251f9f565cc04 /OpenSim/Services/UserAccountService/UserAccountServiceBase.cs | |
parent | Bug fix: if user doesn't have an avatar in storage, create one upon first login. (diff) | |
download | opensim-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.cs | 2 |
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) |