]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexcopy.cc
Don't download "optional" files not in Release :/.
[apt.git] / apt-pkg / indexcopy.cc
index ca5c42cb78149d88355670de28d9456953038422..cf3bb058de491754afd1c18d0f7e650934ac7144 100644 (file)
@@ -550,7 +550,7 @@ bool SigVerify::CopyAndVerify(string CDROM,string Name,vector<string> &SigList,
       if(Debug)
         cout << "Signature verify for: " << *I << endl;
 
-      metaIndex *MetaIndex = new debReleaseIndex("","", {});
+      metaIndex *MetaIndex = new debReleaseIndex("","");
       string prefix = *I; 
 
       string const releasegpg = *I+"Release.gpg";