summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-12-07 16:21:47 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-12-07 16:21:47 +0100
commitaefa6fa625b07dd9d819d0aff30c229428bbc424 (patch)
treef81c98927248770bdcc8322f0cd2d9b2cda18341 /apt-pkg/acquire-item.h
parent0df1d3ac4312a2051b10478cf1c8b242864cb3b1 (diff)
parentef9425971e042680337120e5efaa628470ad68c4 (diff)
* apt-pkg/acquire-item.{cc,h}:
- make the authentication download code more robust against servers/proxies with broken If-Range implementations
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r--apt-pkg/acquire-item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h
index 802d8d1ff..5088a41ae 100644
--- a/apt-pkg/acquire-item.h
+++ b/apt-pkg/acquire-item.h
@@ -622,6 +622,10 @@ struct IndexTarget
class pkgAcqMetaSig : public pkgAcquire::Item
{
protected:
+ /** \brief The last good signature file */
+ string LastGoodSig;
+
+
/** \brief The fetch request that is currently being processed. */
pkgAcquire::ItemDesc Desc;