diff options
author | Michael Vogt <egon@bottom> | 2006-05-11 12:12:31 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-05-11 12:12:31 +0200 |
commit | 20a8adb3d45a4419cd8c1de5e63f4b10ca190a3f (patch) | |
tree | ab196343a8b7a1f0a8d57bcb6b5b41bff3aca7c9 /apt-pkg | |
parent | b28ae1f7fcad711deb5ed4fbe42e195bf125b10c (diff) | |
parent | 27299daff7e00d561dabb92945a516ed34b7be47 (diff) |
* apt-pkg/acquire-item.cc:
- merged from pdiff
* debian/changelog:
- updated
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 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 |