diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-08 16:18:52 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-08 16:18:52 +0200 |
commit | 629b60f6feea2d2d356645aa2615b212481bd3d8 (patch) | |
tree | 2924805510704eff81ea8c9cd6cd4ba71be16e4c /apt-pkg | |
parent | 02734b011499cebc763b6700072a4df2abb5afb4 (diff) | |
parent | b1660aa192ff24747ac247805eda47b84a9cf933 (diff) |
fix crash when P.Arch() was used but the cache got remapped
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 9313c4b47..d4b451d5b 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1258,7 +1258,7 @@ void pkgAcqMetaIndex::Done(string Message,unsigned long Size,string Hash, /*{{{* if (SigFile == "") { // There was no signature file, so we are finished. Download - // the indexes and do hashsum verification + // the indexes and do only hashsum verification MetaIndexParser->Load(DestFile); QueueIndexes(true); } |