diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-01-31 05:02:51 -0800 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-08-17 12:47:30 -1000 |
commit | 4a6c978598ea2618d3777efe161c59dbeae3b42d (patch) | |
tree | 93e43110f7342b65f3013b17d167208f5fe2a693 /apt-pkg/acquire-item.cc | |
parent | 41b198d29dad98dd19d46818a83cd717cdfb7411 (diff) |
Repeat after me: IMS-Hit is really "I am shit" :/.
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-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 4ed8cc6ae..bd1c5bd82 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1455,7 +1455,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(); } |