diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-09 12:31:46 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-09 12:31:46 +0200 |
commit | 5177f8024b512f1dca86aaececc5fbc708948ad4 (patch) | |
tree | 4f21483c11499c490bf9b2b1f8168a157f0138ef /apt-pkg/acquire-item.cc | |
parent | 1ba381717c81d4a06091ab1ededf70af55801b19 (diff) |
* apt-pkg/pkgcachegen.cc:
- increase default mmap size
* tests/local-repo:
- added local repository testcase
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index f3784a58b..32798335c 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -674,10 +674,7 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash, { // The files timestamp matches if (StringToBool(LookupTag(Message,"Alt-IMS-Hit"),false) == true) - { - unlink(FileName.c_str()); return; - } Decompression = true; Local = true; DestFile += ".decomp"; |