diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-05 21:11:29 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-05 21:11:29 +0000 |
commit | f381d68d3c1de8e96dfb2a2ebe36c8577729ec44 (patch) | |
tree | dd3fbe4a693d77ab43dbb082337bf15346586551 /apt-pkg/acquire-item.h | |
parent | 8ccc92629a274f8ee3ff38531dfc1e954bfa6506 (diff) |
* be more clever about I-M-S hits for the Release file and gpg-failures with it, requeue it without i-m-s then
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index c34b5ef69..e6fc7fc47 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -151,6 +151,7 @@ class pkgAcqMetaIndex : public pkgAcquire::Item const vector<struct IndexTarget*>* IndexTargets; indexRecords* MetaIndexParser; bool AuthPass; + bool IMSHit; // required to fail gracefully on failures bool VerifyVendor(); void RetrievalDone(string Message); |