Simplify + cleanup rpmdbExtendIterator()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Jun 2011 10:15:02 +0000 (13:15 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Jun 2011 10:15:02 +0000 (13:15 +0300)
commit224d1690e76724ba1fc4756aac23106dff90fab9
tree87cad306239b2466647575c267e9c81ab38b7778
parent81322e9742fc8b66fb23255ee35ca98e485ff3d7
Simplify + cleanup rpmdbExtendIterator()
- Use the new dbiGetToSet() for doing the actual work, reducing
  fluff considerably
- Don't bother checking for NULLs where the lower levels do it
  already (mi and keyp NULL-checks are necessary here though)
lib/rpmdb.c