diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-01-31 05:02:51 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-01-31 05:02:51 -0800 |
commit | f6877b4806585106a204cddcbc4640fc1d4a93ed (patch) | |
tree | 9730b096f50106226aabfdcc10ca783d80b4f8a7 /apt-pkg | |
parent | 88ac08f98958386bb268c3c756f56a1367a7a671 (diff) |
Repeat after me: IMS-Hit is really "I am shit" :/.
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/acquire-item.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 072a4c6e8..f27ef28d3 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1294,7 +1294,6 @@ bool pkgAcqMetaBase::CheckDownloadDone(pkgAcqTransactionItem * const I, const st { // for simplicity, the transaction manager is always InRelease // even if it doesn't exist. - TransactionManager->IMSHit = true; I->PartialFile = I->DestFile = I->GetFinalFilename(); } |