]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 19b9830479dbadf1b01fe22250323ac13d44d391..ba9724e37f24d6d607844f0290c20c54eaa9fdee 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);
 }