summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-26 19:27:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-26 19:27:50 +0300
commit291fe560dcd9e1aaf89e269f10cf3cec87cf4861 (patch)
tree1de2e30377909b98ffe7aa7b56a6b66815671da8 /protocols/Telegram/src/proto.h
parent28e1fda20433c9629ba13adfbd53a81d5baf9011 (diff)
fixes #3954 completely
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h
index 01cbf1e6f3..6731a512aa 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -78,8 +78,8 @@ struct TG_FILE_REQUEST : public MZeroedObject
TD::int53 m_fileId, m_fileSize = 0;
CMStringA m_uniqueId, m_szUserId;
CMStringW m_destPath, m_fileName, m_wszDescr;
- OFDTHREAD *ofd;
- bool m_bRecv;
+ OFDTHREAD *ofd = 0;
+ bool m_bRecv = false;
};
struct TG_USER : public MZeroedObject