Always populate dbi->dbi_file on db3New()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 18 Sep 2009 10:13:59 +0000 (13:13 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Sep 2009 06:50:26 +0000 (09:50 +0300)
commit37390dffe42360f5f34ef86bd7296d029c16adb7
tree963e5ccc4971e920012fa658f1d7eaa447b6e73d
parentb3ed4ec1b1943ffc74a5877cc6f8cb85c37da885
Always populate dbi->dbi_file on db3New()
- Only the actual db->open() wants NULL for temporary databases, everywhere
  else we want the tag name. Handle the temporary case where it counts
  instead of complicating things everywhere for the one special case.
lib/backend/db3.c
lib/backend/dbconfig.c
lib/backend/sqlite.c