diff options
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLGridData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLGridData.cs b/OpenSim/Data/MySQL/MySQLGridData.cs index b6d481c..da01ad3 100644 --- a/OpenSim/Data/MySQL/MySQLGridData.cs +++ b/OpenSim/Data/MySQL/MySQLGridData.cs | |||
@@ -434,9 +434,7 @@ namespace OpenSim.Data.MySQL | |||
434 | finally | 434 | finally |
435 | { | 435 | { |
436 | dbm.Release(); | 436 | dbm.Release(); |
437 | |||
438 | } | 437 | } |
439 | dbm.Release(); | ||
440 | } | 438 | } |
441 | m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters"); | 439 | m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters"); |
442 | return null; | 440 | return null; |