mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Data.MSSQL
|
||||
/// <param name="connectionString">connectionString.</param>
|
||||
public void Initialise(string connectionString)
|
||||
{
|
||||
if (string.IsNullOrEmpty(connectionString))
|
||||
if (!string.IsNullOrEmpty(connectionString))
|
||||
{
|
||||
_Database = new MSSQLManager(connectionString);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user