X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/62d8a765b9b37354efab6ca838cbdb7f347f7cac..9ce3cfc9309c55cc01018c88c1ca82779fd74431:/methods/https.h diff --git a/methods/https.h b/methods/https.h index 8632d6d02..89a89d19c 100644 --- a/methods/https.h +++ b/methods/https.h @@ -65,7 +65,7 @@ class HttpsMethod : public pkgAcqMethod public: FileFd *File; - HttpsMethod() : pkgAcqMethod("1.2",Pipeline | SendConfig) + HttpsMethod() : pkgAcqMethod("1.2",Pipeline | SendConfig), File(NULL) { File = 0; curl = curl_easy_init();