mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenSim.Services.SimulationService
|
||||
}
|
||||
|
||||
// We tried, but this doesn't exist. We can't proceed
|
||||
if (dllName == String.Empty)
|
||||
if (dllName.Length == 0)
|
||||
throw new Exception("No StorageProvider configured");
|
||||
|
||||
m_database = LoadPlugin<ISimulationDataStore>(dllName, new Object[] { connString });
|
||||
|
||||
Reference in New Issue
Block a user