diff options
Diffstat (limited to 'methods/https.h')
-rw-r--r-- | methods/https.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/methods/https.h b/methods/https.h index 2335559fb..0387cb9b5 100644 --- a/methods/https.h +++ b/methods/https.h @@ -71,9 +71,8 @@ class HttpsMethod : public pkgAcqMethod public: FileFd *File; - HttpsMethod() : pkgAcqMethod("1.2",Pipeline | SendConfig), TotalWritten(0), File(NULL) + HttpsMethod() : pkgAcqMethod("1.2",Pipeline | SendConfig), Server(NULL), TotalWritten(0), File(NULL) { - File = 0; curl = curl_easy_init(); }; |