mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
..Equals(String.Empty) is also not good
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Services.AuthorizationService
|
||||
//
|
||||
// We tried, but this doesn't exist. We can't proceed.
|
||||
//
|
||||
if (dllName.Equals(String.Empty))
|
||||
if (string.IsNullOrEmpty(dllName))
|
||||
throw new Exception("No StorageProvider configured");
|
||||
|
||||
m_Database = LoadPlugin<IAssetDataPlugin>(dllName);
|
||||
|
||||
Reference in New Issue
Block a user