summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-04-03 14:31:12 +0000
committerjbj <devnull@localhost>2000-04-03 14:31:12 +0000
commitf211e85a5e4af143179757be9bf6159ecbcb2698 (patch)
tree56995099bb0152a0294f92bf07999eb10f94f9ba
parenta8f6f02bc145fa8fbe4587b6ade51bb7b99d1a6b (diff)
downloadlibrpm-tizen-f211e85a5e4af143179757be9bf6159ecbcb2698.tar.gz
librpm-tizen-f211e85a5e4af143179757be9bf6159ecbcb2698.tar.bz2
librpm-tizen-f211e85a5e4af143179757be9bf6159ecbcb2698.zip
Add variable to control dbenv teardown on close.
CVS patchset: 3656 CVS date: 2000/04/03 14:31:12
-rw-r--r--lib/dbindex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dbindex.c b/lib/dbindex.c
index 2387f8fa2..6e4e286b8 100644
--- a/lib/dbindex.c
+++ b/lib/dbindex.c
@@ -34,6 +34,8 @@ extern struct _dbiVec db3vec;
#define DB3vec NULL
#endif
+int __do_dbenv_remove = -1; /* XXX in dbindex.c, shared with rebuilddb.c */
+
unsigned int dbiIndexSetCount(dbiIndexSet set) {
return set->count;
}