diff options
Diffstat (limited to 'src/modules/database/database.cpp')
-rw-r--r-- | src/modules/database/database.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index 5ef0cf56c5..b52d8cd9b0 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -491,6 +491,8 @@ int LoadDatabaseModule(void) if (!getProfile(szProfile, SIZEOF(szProfile)))
return 1;
+ EnsureCheckerLoaded(false); // unload dbchecker
+
if (arDbPlugins.getCount() == 0) {
TCHAR buf[256];
TCHAR *p = _tcsrchr(szProfile, '\\');
|