Pass dbiClose() flags down to db->close()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 06:02:29 +0000 (09:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 06:03:26 +0000 (09:03 +0300)
commita5eefce1bfa098a7c6bd03f20c7d53e48a93e9e4
tree956a8be3f316cf7cb58b6de744974a71f4b669d5
parent695380d914e229c2bb7de00591027a0b2c30b18e
Pass dbiClose() flags down to db->close()
- BDB of old might not have taken flags there but current ones
  do accept DB_NOSYNC to be specified (not that we use it but...)
- As a side-effect this eliminates another dead assignment
lib/backend/db3.c