From: Michael Vogt Date: Tue, 28 Oct 2008 19:38:02 +0000 (+0100) Subject: apt-pkg/indexcopy.cc: discard errors after Verify() X-Git-Tag: 0.7.22~6^2~42 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7efdcd3a5553349c4082da17494bb53715ec2e08?hp=742f980e2df763c76431026bd0e03f724797cc50 apt-pkg/indexcopy.cc: discard errors after Verify() --- diff --git a/apt-pkg/indexcopy.cc b/apt-pkg/indexcopy.cc index b1e75e30f..5a92c79b7 100644 --- a/apt-pkg/indexcopy.cc +++ b/apt-pkg/indexcopy.cc @@ -660,6 +660,7 @@ bool SigVerify::CopyAndVerify(string CDROM,string Name,vector &SigList, if(!Verify(prefix,*I, MetaIndex)) { // something went wrong, don't copy the Release.gpg // FIXME: delete any existing gpg file? + _error->Discard(); continue; } }