summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-10-03 02:27:08 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-10-03 02:27:08 +0200
commit1c7d52b7916b64ad52b915bfe69e8817e33ad1e7 (patch)
treef897b375de1c17718636360f7223bf07dbad0dfe /apt-pkg/acquire-item.cc
parentd530b4c24fc452efc82be4b7e1ebc536a00c09b7 (diff)
apt-pkg/acquire-item.cc:
- cherry pick from --mvo
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index b5c2149cc..8c7b23fcb 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -395,7 +395,7 @@ void pkgAcqDiffIndex::Done(string Message,unsigned long Size,string Md5Hash,
*/
pkgAcqIndexDiffs::pkgAcqIndexDiffs(pkgAcquire *Owner,
string URI,string URIDesc,string ShortDesc,
- HashString ExpectedMD5,
+ HashString ExpectedHash,
vector<DiffInfo> diffs)
: Item(Owner), RealURI(URI), ExpectedHash(ExpectedHash),
available_patches(diffs)