summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.cpp')
-rw-r--r--plugins/Dbx_mdbx/src/dbintf.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp
index 18b570a3e6..0dc12bc648 100644
--- a/plugins/Dbx_mdbx/src/dbintf.cpp
+++ b/plugins/Dbx_mdbx/src/dbintf.cpp
@@ -306,7 +306,8 @@ int CDbxMDBX::Start(DBCHeckCallback *callback)
static CheckWorker Workers[] =
{
&CDbxMDBX::CheckEvents1,
- &CDbxMDBX::CheckEvents2
+ &CDbxMDBX::CheckEvents2,
+ &CDbxMDBX::CheckEvents3,
};
int CDbxMDBX::CheckDb(int phase)