Fix a compile warning about unreachable code

0.6.0-stable
Homer Horwitz 2008-11-01 21:55:48 +00:00
parent 7c04d27875
commit 44e377d1fb
1 changed files with 0 additions and 2 deletions

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;