]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
[apt.git] / methods / https.h
index 8632d6d02b9ff105350ad7ea6b8c12e5c9b1c5e4..ab0dd34076a75174a1a7d6569e0b35f37076efdc 100644 (file)
@@ -3,7 +3,7 @@
 // $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $
 /* ######################################################################
 
-   HTTP Acquire Method - This is the HTTP aquire method for APT.
+   HTTP Acquire Method - This is the HTTP acquire method for APT.
 
    ##################################################################### */
                                                                        /*}}}*/
@@ -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();