]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-install.cc
tests: use SHA1 checksum only by default in tests
[apt.git] / apt-private / private-install.cc
index 3647ca99d17aef1639c3bbd8aa2dbd1423d6dc5c..28b8d9a7b7abe5dff374fb5a64c2a2a8a3b4fee1 100644 (file)
@@ -560,13 +560,8 @@ bool DoCacheManipulationFromCommandLine(CommandLine &CmdL, CacheFile &Cache,
 
       if (Fix != NULL && _config->FindB("APT::Get::AutoSolving", true) == true)
       {
-         for (unsigned short i = 0; order[i] != 0; ++i)
-         {
-           if (order[i] != MOD_INSTALL)
-              continue;
-           InstallAction.propergateReleaseCandiateSwitching(helper.selectedByRelease, c0out);
-           InstallAction.doAutoInstall();
-        }
+        InstallAction.propergateReleaseCandiateSwitching(helper.selectedByRelease, c0out);
+        InstallAction.doAutoInstall();
       }
 
       if (_error->PendingError() == true)