Fix a compile warning about unreachable code
parent
7c04d27875
commit
44e377d1fb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue