]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/acquire-item.cc: fix breaking on unreachable networks
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 22 Apr 2008 13:32:14 +0000 (15:32 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 22 Apr 2008 13:32:14 +0000 (15:32 +0200)
apt-pkg/acquire-item.cc

index a00b0b6d3307b3bcbfe8070d5c3dfb8f2654d87b..aabc4b159e1841635beefb79ecfbd17c4d7dcd90 100644 (file)
@@ -846,7 +846,7 @@ void pkgAcqMetaSig::Failed(string Message,pkgAcquire::MethodConfig *Cnf)
    {
       Item::Failed(Message,Cnf);
       // move the sigfile back on transient network failures 
-      if(FileExists(DestFile))
+      if(FileExists(LastGoodSig))
         Rename(LastGoodSig,Final);
 
       // set the status back to , Item::Failed likes to reset it