diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-30 09:40:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-30 09:40:41 +0000 |
commit | b0c23cebdb142a7bfc7fc815b1c96db8a87dca65 (patch) | |
tree | 9302ff95fd6323b84ae81e9a3234caf33b064b94 /plugins/Dbx_mmap_SA | |
parent | eeec006dbe4ef1dd08d11e1a44e46bd511e2366f (diff) |
we need to mark ex-mmap_sa profile as IM, to allow mmap to convert passwords
git-svn-id: http://svn.miranda-ng.org/main/trunk@7422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/dbintf_sa.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp b/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp index 4c69b86d37..f3d9a7549d 100644 --- a/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp +++ b/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp @@ -59,8 +59,8 @@ int CDbxMmapSA::Load(bool bSkipInit) }
// write back mmap's signature not to open this profile again
- memcpy(&m_dbHeader.signature, &dbSignatureU, sizeof(dbSignatureU));
- DBWrite(0, &dbSignatureU, sizeof(dbSignatureU));
+ memcpy(&m_dbHeader.signature, &dbSignatureIM, sizeof(dbSignatureIM));
+ DBWrite(0, &dbSignatureIM, sizeof(dbSignatureIM));
return 1;
// no need to init that crap again
|