mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenSim.Services.UserAccountService
|
||||
|
||||
dllName = userConfig.GetString("StorageProvider", dllName);
|
||||
|
||||
if (dllName == String.Empty)
|
||||
if (dllName.Length == 0)
|
||||
throw new Exception("No StorageProvider configured");
|
||||
|
||||
connString = userConfig.GetString("ConnectionString", connString);
|
||||
|
||||
Reference in New Issue
Block a user