Fix typo in pkg_hash_fetch_best_installation_candidate.
authorMichael Hansen <michael.j.hansen@hp.com>
Wed, 14 Sep 2016 20:42:26 +0000 (13:42 -0700)
committerJo-Philipp Wich <jo@mein.io>
Wed, 15 Mar 2017 01:21:30 +0000 (02:21 +0100)
A (presumed) typo in pkg_hash_fetch_best_installation_candidate caused the
matching_pkgs vec to be sorted twice, instead of sorting matching_apkgs.
This fixes both the call and the API to match what appears to be intended.

Signed-off-by: Michael Hansen <michael.j.hansen@hp.com>
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>

No differences found