summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-13 19:58:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-13 19:58:16 +0300
commit84957d33ce3c6622252d4752b34506a8ea1b5d48 (patch)
treec85944ae34a31a16a9b2d3ea1661d56a179c82bd /plugins/Dbx_mdbx/src
parentfdc2af90abcc49a21c7a076c8900ea696f3cb64c (diff)
we don't allow people to create MDBX profiles anymore
Diffstat (limited to 'plugins/Dbx_mdbx/src')
-rw-r--r--plugins/Dbx_mdbx/src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/init.cpp b/plugins/Dbx_mdbx/src/init.cpp
index a20c45320f..2741fe2341 100644
--- a/plugins/Dbx_mdbx/src/init.cpp
+++ b/plugins/Dbx_mdbx/src/init.cpp
@@ -89,7 +89,7 @@ static MDatabaseCommon* loadDatabase(const wchar_t *profile, BOOL bReadOnly)
static DATABASELINK dblink =
{
- MDB_CAPS_COMPACT | MDB_CAPS_CREATE | MDB_CAPS_CHECK,
+ MDB_CAPS_COMPACT | MDB_CAPS_CHECK,
"dbx_mdbx",
L"MDBX database driver",
makeDatabase,