aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLGridData.cs
diff options
context:
space:
mode:
authorHomer Horwitz2008-11-01 21:55:48 +0000
committerHomer Horwitz2008-11-01 21:55:48 +0000
commit44e377d1fbde657a86be5f9d55a79aff97db9e1f (patch)
treefba39399936efcf07e1ceac435c2e8989589f93b /OpenSim/Data/MySQL/MySQLGridData.cs
parent* Introduce an IsAttachment property on the group level (which just returns f... (diff)
downloadopensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.zip
opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.tar.gz
opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.tar.bz2
opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.tar.xz
Fix a compile warning about unreachable code
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLGridData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLGridData.cs2
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;