aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteRegionData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteRegionData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs
index f1694ca..1b577db 100644
--- a/OpenSim/Data/SQLite/SQLiteRegionData.cs
+++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs
@@ -979,7 +979,7 @@ namespace OpenSim.Data.SQLite
979 { 979 {
980 Helpers.TryParse((string)row["AuthbuyerID"], out authBuyerID); 980 Helpers.TryParse((string)row["AuthbuyerID"], out authBuyerID);
981 } 981 }
982 catch (InvalidCastException e) 982 catch (InvalidCastException)
983 { 983 {
984 // Database table was created before we got here and now has null values :P 984 // Database table was created before we got here and now has null values :P
985 try 985 try