From b0c23cebdb142a7bfc7fc815b1c96db8a87dca65 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Mon, 30 Dec 2013 09:40:41 +0000
Subject: 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
---
 plugins/Dbx_mmap_SA/src/dbintf_sa.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'plugins')

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 
-- 
cgit v1.2.3