diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-09 14:38:11 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-09 14:38:11 +0100 |
commit | 7e522e9e0e4808202061e0a73345bd8b18eccde3 (patch) | |
tree | 40eddc2b3dde5e238aae20989e1710c6ce29adcf /methods | |
parent | 8872c430df84660fa994db0ebfa67861239fe739 (diff) |
* apt-pkg/pkgcache.cc:
- do not run "dpkg --configure pkg" if pkg is in trigger-awaited
state (LP: #322955)
- do not unlink files in partial/ (thanks to robbiew)
Diffstat (limited to 'methods')
-rw-r--r-- | methods/https.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/methods/https.cc b/methods/https.cc index 87de54589..8bf44b52a 100644 --- a/methods/https.cc +++ b/methods/https.cc @@ -253,7 +253,6 @@ bool HttpsMethod::Fetch(FetchItem *Itm) // cleanup if(success != 0) { - unlink(File->Name().c_str()); _error->Error("%s", curl_errorstr); Fail(); return true; |