Do the low-level fingerprint lookup based on pool id arguments
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Sep 2012 11:49:04 +0000 (14:49 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Sep 2012 11:49:04 +0000 (14:49 +0300)
commit2dc56393a25376dc69a6151f685a24cc9f34bcdc
tree2c541e70492b0db8a95a85fad3bb3f23e7849662
parent20bf602a2648434d9adc5fda0fb76af0d5766961
Do the low-level fingerprint lookup based on pool id arguments

- When at all possible, we'd prefer working on id's instead of
  actual strings, change the lowest-level fingerprint lookup to
  use those, doLookup() is now just a wrapper to handle string ->
  pool id conversion before doing the actual work. This shouldn't
  affect anything at all yet.
lib/fprint.c