From 20640357ab50b77e59ad53fc68349065a9042a1a Mon Sep 17 00:00:00 2001 From: BlueWall Date: Thu, 27 Mar 2014 13:27:46 -0400 Subject: Fix to local StorageProvider override --- OpenSim/Services/UserProfilesService/UserProfilesServiceBase.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Services/UserProfilesService') diff --git a/OpenSim/Services/UserProfilesService/UserProfilesServiceBase.cs b/OpenSim/Services/UserProfilesService/UserProfilesServiceBase.cs index 2f28bfb..8eddc8a 100644 --- a/OpenSim/Services/UserProfilesService/UserProfilesServiceBase.cs +++ b/OpenSim/Services/UserProfilesService/UserProfilesServiceBase.cs @@ -72,9 +72,7 @@ namespace OpenSim.Services.ProfilesService IConfig ProfilesConfig = config.Configs[configName]; if (ProfilesConfig != null) { - if (dllName == String.Empty) - dllName = dbConfig.GetString("StorageProvider", String.Empty); - + dllName = dbConfig.GetString("StorageProvider", dllName); connString = ProfilesConfig.GetString("ConnectionString", connString); realm = ProfilesConfig.GetString("Realm", realm); } -- cgit v1.1