From 44e377d1fbde657a86be5f9d55a79aff97db9e1f Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sat, 1 Nov 2008 21:55:48 +0000 Subject: Fix a compile warning about unreachable code --- OpenSim/Data/MySQL/MySQLGridData.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Data/MySQL') 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 finally { dbm.Release(); - } - dbm.Release(); } m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters"); return null; -- cgit v1.1