]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
rename StopAuthentication -> CheckStopAuthentication and make it protected
[apt.git] / apt-pkg / pkgcache.cc
index 4ab9e2a4b4dbe335265c2536e5fe9ede8ced1a90..572685ba5f14ec909683cd7c8c10b3c696e82cc2 100644 (file)
@@ -84,6 +84,7 @@ pkgCache::Header::Header()
    FileList = 0;
    VerSysName = 0;
    Architecture = 0;
+   Architectures = 0;
    HashTableSize = _config->FindI("APT::Cache-HashTableSize", 10 * 1048);
    memset(Pools,0,sizeof(Pools));