diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-05 13:31:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-05 13:31:16 +0300 |
commit | cfc04a114e5d83318f26e0641cfd36ed26736196 (patch) | |
tree | e1fd9a268f717e6e6d3e2fb861ecf29407bdd94f /protocols/JabberG | |
parent | bfa8abda6dc3b9eef08d9c1da2d512a8bcc4132a (diff) |
fixes #2390 (ICQ игнорирует настройки приёма файлов)
Diffstat (limited to 'protocols/JabberG')
-rwxr-xr-x | protocols/JabberG/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 5fd07d23e3..2082acca92 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -431,7 +431,7 @@ struct filetransfer : public MZeroedObject char* szId;
char* sid;
int bCompleted;
- HANDLE hWaitEvent;
+ HANDLE hWaitEvent = INVALID_HANDLE_VALUE;
// For type == FT_BYTESTREAM
JABBER_BYTE_TRANSFER *jbt;
|