- oops, I wonder why the testsuite doesn't catch typos like that...
authorMichael Schroeder <mls@suse.de>
Sat, 10 Nov 2007 23:32:47 +0000 (23:32 +0000)
committerMichael Schroeder <mls@suse.de>
Sat, 10 Nov 2007 23:32:47 +0000 (23:32 +0000)
src/policy.c

index 19b9830..ba9724e 100644 (file)
@@ -321,7 +321,7 @@ policy_filter_unwanted(Solver *solv, Queue *plist, Id inst, int mode)
   if (plist->count > 1)
     prune_to_best_arch(pool, plist);
   if (plist->count > 1)
-    prune_to_best_arch(pool, plist);
+    prune_to_best_version(pool, plist);
 }