Lose unused fluff from openDatabase()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 6 Apr 2010 10:09:34 +0000 (13:09 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 6 Apr 2010 10:09:34 +0000 (13:09 +0300)
commit3437ad49b934cbf6503129dfbb6effd0c6012221
treed581a7ffc4688c5f3b2a8c5089ed1005d088ed5d
parent7b4da15c666d1d744b794a43098691900bcf0797
Lose unused fluff from openDatabase()
- As RPMDBI_PACKAGES is always the first index, the for-loop never
  did anything else than open the Packages db and exit with success/fail.
  For the same reason RPMDB_FLAG_MINIMAL didn't do anything at all here,
  lose the unnecessary flag..
lib/rpmdb.c