]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
allow http protocol to switch to https
[apt.git] / methods / server.h
index 4dc6a1f2fbef55c4e209b71a17be9d28f8d41ff7..2b81e61736f53ab2c29e55e62b2fe16d580dc1f7 100644 (file)
@@ -137,7 +137,7 @@ class ServerMethod : public pkgAcqMethod
    virtual ServerState * CreateServerState(URI uri) = 0;
    virtual void RotateDNS() = 0;
 
-   ServerMethod(const char *Ver,unsigned long Flags = 0) : pkgAcqMethod(Ver, Flags), PipelineDepth(0), AllowRedirect(false), Debug(false) {};
+   ServerMethod(const char *Ver,unsigned long Flags = 0) : pkgAcqMethod(Ver, Flags), Server(NULL), File(NULL), PipelineDepth(0), AllowRedirect(false), Debug(false) {};
    virtual ~ServerMethod() {};
 };