aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteFramework.cs
diff options
context:
space:
mode:
authorDiva Canto2010-02-20 21:24:18 -0800
committerDiva Canto2010-02-20 21:24:18 -0800
commit56fb7821ad021879d005da5ba65901c29c10de7f (patch)
tree9d845f2b4f34414677878118c70b3b98bdcffe8b /OpenSim/Data/SQLite/SQLiteFramework.cs
parentFix SQLite locking and make it more fascist for now (diff)
downloadopensim-SC_OLD-56fb7821ad021879d005da5ba65901c29c10de7f.zip
opensim-SC_OLD-56fb7821ad021879d005da5ba65901c29c10de7f.tar.gz
opensim-SC_OLD-56fb7821ad021879d005da5ba65901c29c10de7f.tar.bz2
opensim-SC_OLD-56fb7821ad021879d005da5ba65901c29c10de7f.tar.xz
Restored mising m_Connection.
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteFramework.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteFramework.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteFramework.cs b/OpenSim/Data/SQLite/SQLiteFramework.cs
index 96764f3..54b104b 100644
--- a/OpenSim/Data/SQLite/SQLiteFramework.cs
+++ b/OpenSim/Data/SQLite/SQLiteFramework.cs
@@ -42,6 +42,7 @@ namespace OpenSim.Data.SQLite
42 { 42 {
43 protected Object m_lockObject = new Object(); 43 protected Object m_lockObject = new Object();
44 44
45 protected static SqliteConnection m_Connection;
45 protected SQLiteFramework(string connectionString) 46 protected SQLiteFramework(string connectionString)
46 { 47 {
47 } 48 }