Fix a compile warning about unreachable code
parent
7c04d27875
commit
44e377d1fb
|
@ -434,9 +434,7 @@ namespace OpenSim.Data.MySQL
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
dbm.Release();
|
dbm.Release();
|
||||||
|
|
||||||
}
|
}
|
||||||
dbm.Release();
|
|
||||||
}
|
}
|
||||||
m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters");
|
m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters");
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue