diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-21 13:56:19 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-21 13:56:19 +0100 |
commit | fce726023f703c369ae030684e75ed03c7544d6b (patch) | |
tree | 35e29b133b2e328bece499f45b0eb5358ffcccd1 /apt-pkg/algorithms.cc | |
parent | 6ad4feb6e2c4dc7badfdfd57c0110d58567d7a7a (diff) |
implement AptAuthenticationReliabtlity spec
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 158f9c258..c5e3c7b38 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -1107,8 +1107,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix) return _error->Error(_("Unable to correct problems, you have held broken packages.")); } - // set the auto-flags (mvo: I'm not sure if we _really_ need this, but - // I didn't managed + // set the auto-flags (mvo: I'm not sure if we _really_ need this) pkgCache::PkgIterator I = Cache.PkgBegin(); for (;I.end() != true; I++) { if (Cache[I].NewInstall() && !(Flags[I->ID] & PreInstalled)) { |