summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src')
-rwxr-xr-xprotocols/JabberG/src/stdafx.h2
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;