mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Update svn properties. Minor formatting cleanup. Fix a compiler warning. Fix a UUID vs null comparison.
This commit is contained in:
@@ -826,8 +826,8 @@ namespace OpenSim.Data.MySQL
|
||||
}
|
||||
finally
|
||||
{
|
||||
if(result != null) result.Close();
|
||||
if(sqlCmd != null) sqlCmd.Dispose();
|
||||
if (result != null) result.Close();
|
||||
if (sqlCmd != null) sqlCmd.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user