]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgsystem.cc
srv test: do 100 pulls twice and compare list
[apt.git] / apt-pkg / pkgsystem.cc
index 98daeb2b9badf31b47d0e197f8260ecf17d3b614..a6b61e65563fabf174f4316fe902c94814f28e1b 100644 (file)
@@ -27,7 +27,8 @@ unsigned long pkgSystem::GlobalListLen = 0;
 // System::pkgSystem - Constructor                                     /*{{{*/
 // ---------------------------------------------------------------------
 /* Add it to the global list.. */
-pkgSystem::pkgSystem() : Label(NULL), VS(NULL)
+pkgSystem::pkgSystem(char const * const label, pkgVersioningSystem * const vs) :
+   Label(label), VS(vs), d(NULL)
 {
    assert(GlobalListLen < sizeof(SysList)/sizeof(*SysList));
    SysList[GlobalListLen] = this;