]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
* test/integration/test-hashsum-verification:
[apt.git] / apt-pkg / acquire-item.cc
index 215615bdddc27ff89642b20a65e2d8316674e614..7eb5920e0c1d4935f0c8a70862d195595f5e1e63 100644 (file)
@@ -1258,8 +1258,9 @@ void pkgAcqMetaIndex::Done(string Message,unsigned long Size,string Hash, /*{{{*
       if (SigFile == "")
       {
          // There was no signature file, so we are finished.  Download
-         // the indexes without verification.
-         QueueIndexes(false);
+         // the indexes and do only hashsum verification
+         MetaIndexParser->Load(DestFile);
+         QueueIndexes(true);
       }
       else
       {