mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on filling out the UserAccount data.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user