summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-27 06:31:24 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-27 06:31:24 +0300
commitc7417593521a2a96442e97508354e32f502bd931 (patch)
treee0041648790fa8aa07215eccc40e5f2714d9e97a /init.cpp
parentfea62665b2057d0be6bdffbb04e986d3b1792da4 (diff)
random key generation
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index 137c879..a8fcaf1 100644
--- a/init.cpp
+++ b/init.cpp
@@ -231,7 +231,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
extern list<wstring> transfers;
extern "C" int __declspec(dllexport) Unload(void)
-{
+{
for (HANDLE hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDFIRST, 0, 0); hContact; hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDNEXT, (WPARAM)hContact, 0))
DBDeleteContactSetting(hContact, szGPGModuleName, "KeyID_Prescense");
if(!transfers.empty())