From 2b6d50f7fdfaca84c3ee82909800ad67d2e99bdc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Jan 2024 11:24:49 +0300 Subject: NETLIBHTTPREQUEST::cbSize = old unused field removed --- protocols/GmailNotifier/src/check.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/GmailNotifier/src') 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; -- cgit v1.2.3