diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-22 21:43:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-22 21:43:40 +0000 |
commit | 83f5aeeff8b6ac9cdcfa668ef9d98f23cbd7846c (patch) | |
tree | 6825eb23603bdeebc8167c130f33fa34fcfd5392 /plugins/Db3x_mmap/src/dbintf.cpp | |
parent | b067fba27672fca16c1dfe6f11c1c01b23bfa770 (diff) |
minus another clutch
git-svn-id: http://svn.miranda-ng.org/main/trunk@6961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.cpp b/plugins/Db3x_mmap/src/dbintf.cpp index c4b7732b9f..394904b8b2 100644 --- a/plugins/Db3x_mmap/src/dbintf.cpp +++ b/plugins/Db3x_mmap/src/dbintf.cpp @@ -123,8 +123,9 @@ int CDb3Base::Load(bool bSkipInit) }
if ( !bSkipInit) {
- if (InitCache()) return 1;
+ if (InitCache()) return 1;
if (InitModuleNames()) return 1;
+ if (InitCrypt()) return 1;
m_bReadOnly = false;
|