Fix a compile warning about unreachable code

This commit is contained in:
Homer Horwitz
2008-11-01 21:55:48 +00:00
parent 7c04d27875
commit 44e377d1fb

View File

@@ -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;