mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
..Equals(String.Empty) is also not good
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenSim.Services.UserAccountService
|
||||
//
|
||||
// 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<IGridUserData>(dllName, new Object[] { connString, realm });
|
||||
|
||||
Reference in New Issue
Block a user