diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-28 21:00:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-28 21:00:12 +0300 |
commit | 55e240d0dd36288af6cd195d95f567e0cba4180e (patch) | |
tree | 8159bb165c5b28e2eb99727c157dcdbe79b28269 /protocols/Sametime/src | |
parent | 0c508d74bee722c4d0032b33377a1305b484027a (diff) |
ACKTYPE_GETINFO-related code cleaning
Diffstat (limited to 'protocols/Sametime/src')
-rw-r--r-- | protocols/Sametime/src/sametime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/sametime.cpp b/protocols/Sametime/src/sametime.cpp index 15bbcd4357..ab7dce7818 100644 --- a/protocols/Sametime/src/sametime.cpp +++ b/protocols/Sametime/src/sametime.cpp @@ -115,7 +115,7 @@ void __cdecl sttFakeAckInfoSuccessThread(TFakeAckParams* tParam) proto->debugLogW(L"sttFakeAckInfoSuccessThread() start");
Sleep(100);
- proto->ProtoBroadcastAck(tParam->hContact, ACKTYPE_GETINFO, ACKRESULT_SUCCESS, (HANDLE)1, 0);
+ proto->ProtoBroadcastAck(tParam->hContact, ACKTYPE_GETINFO, ACKRESULT_SUCCESS, (HANDLE)1);
proto->debugLogW(L"sttFakeAckInfoSuccessThread() end");
mir_free(tParam);
|