diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-01-31 05:02:51 -0800 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-07-17 00:22:23 -1000 |
commit | eef738b52b591ffb425f6a26838803dd89790196 (patch) | |
tree | f2f1753c0ee7faf67bda78167388e8e20cb3c417 | |
parent | ed465062b9615036ebbf06678339b8edf1fe1790 (diff) |
Repeat after me: IMS-Hit is really "I am shit" :/.
-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(); } |