diff options
-rw-r--r-- | plugins/Dbx_mmap_SA/security.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/security.cpp b/plugins/Dbx_mmap_SA/security.cpp index bce6a55843..53eddc4816 100644 --- a/plugins/Dbx_mmap_SA/security.cpp +++ b/plugins/Dbx_mmap_SA/security.cpp @@ -307,7 +307,7 @@ void EncryptDB() action = DialogBoxParam(g_hInst, MAKEINTRESOURCE(IDD_NEWPASS), NULL, (DLGPROC)DlgStdNewPass, (LPARAM)NULL);
if(action != IDOK || !strlen(encryptKey)) {
bEncProcess = 0;
- DBWriteContactSettingByte(NULL, "SecureMMAP", "CryptoModule", 0);
+ db_set_b(NULL, "SecureMMAP", "CryptoModule", 0);
return;
}
|