diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-16 10:36:46 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-16 10:36:46 +0100 |
commit | c63dd53856e58ccde7d1ec89302d2af0e8787b7e (patch) | |
tree | 9bbe57187488272555341e9e6fda53c966dad89f /apt-pkg/acquire-item.h | |
parent | d4a805ff383438300e9c0475179e495f2b32c92a (diff) | |
parent | 76b8e5a572455fd7360d346a6c70428b1cb5de43 (diff) |
* Merged apt-authentication-reliabilty branch. This means
that apt will refuse to update and use the old lists if
the authentication of a repository that used to be
authenticated fails. See
https://wiki.ubuntu.com/AptAuthenticationReliability
for more details.
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 5088a41ae..af0b2d888 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -625,7 +625,6 @@ class pkgAcqMetaSig : public pkgAcquire::Item /** \brief The last good signature file */ string LastGoodSig; - /** \brief The fetch request that is currently being processed. */ pkgAcquire::ItemDesc Desc; |