Pass rpmdb, not dbi to db_init() and db_fini()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Oct 2010 14:27:31 +0000 (17:27 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Oct 2010 14:27:31 +0000 (17:27 +0300)
commita43ea6c54dd059e1a7eef8365d0674799f574764
treeca23d56b87f229a578d06a65ec355ae7bca334c0
parent3312b01fdcc554da30babb525f7fe383d48f86f2
Pass rpmdb, not dbi to db_init() and db_fini()
- These are global operations and dont need the individual dbi for
  anything but finding the parent rpmdb. Another step closer to
  decoupling db environment from dbi's...
lib/backend/db3.c