]> git.saurik.com Git - apt.git/commit
gpgv: Unlink the correct temp file in error case
authorJulian Andres Klode <jak@debian.org>
Thu, 28 Jul 2016 10:41:27 +0000 (12:41 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 5 Oct 2016 10:02:19 +0000 (12:02 +0200)
commitc614d66183639638f588422e2b0b3258d4f52323
tree7443009d63c33419e418063204b6dd439718c879
parent1b63558a39ee1eed7eb024cd0e164d73beb165b1
gpgv: Unlink the correct temp file in error case

Previously, when data could be created and sig not, we would unlink
sig, not data (and vice versa).

(cherry picked from commit d0d06f44ed60a3888528d834a799bae86c2978d5)
apt-pkg/contrib/gpgv.cc