summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/mqtt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Facebook/src/mqtt.cpp')
-rw-r--r--protocols/Facebook/src/mqtt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Facebook/src/mqtt.cpp b/protocols/Facebook/src/mqtt.cpp
index a5aed4584f..2b9449a744 100644
--- a/protocols/Facebook/src/mqtt.cpp
+++ b/protocols/Facebook/src/mqtt.cpp
@@ -156,7 +156,6 @@ void MqttMessage::writeStr(const char *str)
bool FacebookProto::MqttConnect()
{
NETLIBOPENCONNECTION nloc = {};
- nloc.cbSize = sizeof(nloc);
nloc.szHost = "mqtt.facebook.com";
nloc.wPort = 443;
m_mqttConn = Netlib_OpenConnection(m_hNetlibUser, &nloc);