]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
allow acquire method specific options via Binary scope
[apt.git] / methods / https.h
index 167107ad66513da54dcdf9801e8f136b88f3b8c3..0147f96a0bb90e9c9ea1efaeb775de9de0e2a741 100644 (file)
@@ -82,7 +82,7 @@ class HttpsMethod : public ServerMethod
    using pkgAcqMethod::FetchResult;
    using pkgAcqMethod::FetchItem;
 
-   HttpsMethod() : ServerMethod("1.2",Pipeline | SendConfig), File(NULL)
+   HttpsMethod() : ServerMethod("https","1.2",Pipeline | SendConfig), File(NULL)
    {
       curl = curl_easy_init();
    };