Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on filling out the UserAccount data.

This commit is contained in:
Diva Canto
2010-01-13 14:16:05 -08:00
parent e09c9fbe14
commit 24ab3e2d5f
2 changed files with 21 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Services.UserAccountService
{
string dllName = String.Empty;
string connString = String.Empty;
string realm = "useraccounts";
string realm = "UserAccounts";
IConfig dbConfig = config.Configs["DatabaseService"];
if (dbConfig != null)