summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-05-11 12:12:31 +0200
committerMichael Vogt <egon@bottom>2006-05-11 12:12:31 +0200
commit20a8adb3d45a4419cd8c1de5e63f4b10ca190a3f (patch)
treeab196343a8b7a1f0a8d57bcb6b5b41bff3aca7c9 /apt-pkg/acquire-item.cc
parentb28ae1f7fcad711deb5ed4fbe42e195bf125b10c (diff)
parent27299daff7e00d561dabb92945a516ed34b7be47 (diff)
* apt-pkg/acquire-item.cc:
- merged from pdiff * debian/changelog: - updated
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 cbccfbfae..cc16215f5 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -1024,7 +1024,7 @@ void pkgAcqMetaIndex::QueueIndexes(bool verify)
// Queue Packages file (either diff or full packages files, depending
// on the users option)
- if(_config->FindB("Acquire::PDiffs",false) == false)
+ if(_config->FindB("Acquire::PDiffs",true) == true)
new pkgAcqDiffIndex(Owner, (*Target)->URI, (*Target)->Description,
(*Target)->ShortDesc, ExpectedIndexMD5);
else