From 80207f75648fad4294a77ff9ce50f0edaedffeca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 23 Jan 2018 19:51:30 +0300 Subject: dbx_mdbx: - fix for a name conflict; - stricter transaction scope; - version bump --- plugins/Dbx_mdbx/src/dbmodulechain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdbx/src/dbmodulechain.cpp') diff --git a/plugins/Dbx_mdbx/src/dbmodulechain.cpp b/plugins/Dbx_mdbx/src/dbmodulechain.cpp index b5f3546309..aa2427348a 100644 --- a/plugins/Dbx_mdbx/src/dbmodulechain.cpp +++ b/plugins/Dbx_mdbx/src/dbmodulechain.cpp @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. int CDbxMDBX::InitModules() { - txn_ptr_ro trnlck(m_txn); + txn_ptr_ro trnlck(m_txn_ro); cursor_ptr_ro cursor(m_curModules); MDBX_val key, data; -- cgit v1.2.3