summaryrefslogtreecommitdiff
path: root/protocols/GmailNotifier/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/GmailNotifier/src')
-rw-r--r--protocols/GmailNotifier/src/check.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/GmailNotifier/src/check.cpp b/protocols/GmailNotifier/src/check.cpp
index fab62e5283..b5fa2d2dee 100644
--- a/protocols/GmailNotifier/src/check.cpp
+++ b/protocols/GmailNotifier/src/check.cpp
@@ -72,7 +72,6 @@ void CheckMailInbox(Account *curAcc)
};
NETLIBHTTPREQUEST nlr = {};
- nlr.cbSize = sizeof(nlr);
nlr.szUrl = szUrl.GetBuffer();
nlr.requestType = REQUEST_POST;
nlr.headersCount = _countof(headers);
@@ -105,7 +104,6 @@ void CheckMailInbox(Account *curAcc)
};
NETLIBHTTPREQUEST nlr = {};
- nlr.cbSize = sizeof(nlr);
nlr.szUrl = szUrl.GetBuffer();
nlr.requestType = REQUEST_GET;
nlr.headers = headers;