Fix the non-keyed match iteration case wrt DB_NOTFOUND
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 9 Jun 2011 09:45:42 +0000 (12:45 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 9 Jun 2011 09:45:42 +0000 (12:45 +0300)
commit211bc3d356ccbbc2b1026015d32e21986f6a95b0
tree51d6ffac3f6a5b23b7a85da752508ac88c3843ef
parent087c995b76a48fc136a2e3b4f22bb63b7369125f
Fix the non-keyed match iteration case wrt DB_NOTFOUND
- This broke in commit 7e4415fcc5e11cfd4cd9d0dfe19568be73f15d74,
  the cases are not identical afterall: With non-keyed cursor
  retrievals DB_NOTFOUND is returned when there's nothing more to
  get, this is not an error situation.
lib/rpmdb.c