mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Fix a compile warning about unreachable code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user