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/CloudFile/src/http_request.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/CloudFile/src') diff --git a/protocols/CloudFile/src/http_request.h b/protocols/CloudFile/src/http_request.h index f63102f1cc..68be404921 100644 --- a/protocols/CloudFile/src/http_request.h +++ b/protocols/CloudFile/src/http_request.h @@ -24,7 +24,6 @@ private: void Init(int type) { - cbSize = sizeof(NETLIBHTTPREQUEST); requestType = type; flags = NLHRF_HTTP11 | NLHRF_SSL | NLHRF_NODUMP; szUrl = NULL; -- cgit v1.2.3