mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Profiles local StorageProvider fix, round 3
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Services.ProfilesService
|
||||
IConfig ProfilesConfig = config.Configs[configName];
|
||||
if (ProfilesConfig != null)
|
||||
{
|
||||
dllName = dbConfig.GetString("StorageProvider", dllName);
|
||||
dllName = ProfilesConfig.GetString("StorageProvider", dllName);
|
||||
connString = ProfilesConfig.GetString("ConnectionString", connString);
|
||||
realm = ProfilesConfig.GetString("Realm", realm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user