From f3cdb7545b85a2c849ad4acf4dfbf1aaf526de6b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Sep 2012 13:13:05 +0000 Subject: database created by dbx_mmap_sa must be opened by it git-svn-id: http://svn.miranda-ng.org/main/trunk@1714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x/src/commonheaders.h | 1 + plugins/Db3x/src/init.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Db3x/src') diff --git a/plugins/Db3x/src/commonheaders.h b/plugins/Db3x/src/commonheaders.h index e12db161bc..4222389e4d 100644 --- a/plugins/Db3x/src/commonheaders.h +++ b/plugins/Db3x/src/commonheaders.h @@ -64,3 +64,4 @@ void Encrypt(char*msg,BOOL up); #endif extern LIST g_Dbs; +extern DBSignature dbSignature; \ No newline at end of file diff --git a/plugins/Db3x/src/init.cpp b/plugins/Db3x/src/init.cpp index 513731b824..7831613ef5 100644 --- a/plugins/Db3x/src/init.cpp +++ b/plugins/Db3x/src/init.cpp @@ -52,7 +52,7 @@ static int makeDatabase(const TCHAR *profile) if (db->Create() != ERROR_SUCCESS) return EMKPRF_CREATEFAILED; - return db->CreateDbHeaders(); + return db->CreateDbHeaders(dbSignature); } // returns 0 if the given profile has a valid header -- cgit v1.2.3